Skip to content

Commit

Permalink
pin coverage version to fix pipeline issue (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
yl-to authored Apr 27, 2023
1 parent f0f199c commit 05c317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


test_dependencies = ['boto3', 'coverage', 'flake8', 'future', 'mock', 'pytest', 'pytest-cov',
test_dependencies = ['boto3', 'coverage==6.5.0', 'flake8', 'future', 'mock', 'pytest', 'pytest-cov',
'pytest-xdist', 'sagemaker[local]<2', 'torch', 'torchvision', 'tox']

setup(
Expand Down

0 comments on commit 05c317f

Please sign in to comment.