Skip to content

Commit 0636d95

Browse files
icywang86ruipengk19
authored andcommitted
fix: pin pytest version to 4.4.1 to avoid pluggy version conflict (aws#788)
1 parent b1ee815 commit 0636d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def read_version():
6060
install_requires=required_packages,
6161

6262
extras_require={
63-
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-rerunfailures',
63+
'test': ['tox', 'flake8', 'pytest==4.4.1', 'pytest-cov', 'pytest-rerunfailures',
6464
'pytest-xdist', 'mock', 'tensorflow>=1.3.0', 'contextlib2',
6565
'awslogs', 'pandas']},
6666

0 commit comments

Comments
 (0)