Skip to content

Commit b355e85

Browse files
authored
Pin pytest and pluggy to work around configparser error (#215)
1 parent b864943 commit b355e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636

3737
install_requires=['sagemaker-container-support'],
3838
extras_require={
39-
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',
40-
'sagemaker', 'tensorflow', 'tensorflow-serving-api']
39+
'test': ['tox', 'flake8', 'pytest==4.5.0', 'pytest-cov', 'pytest-xdist', 'mock',
40+
'pluggy==0.11', 'sagemaker', 'tensorflow', 'tensorflow-serving-api']
4141
},
4242
)

0 commit comments

Comments
 (0)