Skip to content

Commit 05c317f

Browse files
authored
pin coverage version to fix pipeline issue (#251)
1 parent f0f199c commit 05c317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2525

2626

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

3030
setup(

0 commit comments

Comments
 (0)