We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4203b80 commit 4e7e0dbCopy full SHA for 4e7e0db
setup.py
@@ -60,7 +60,7 @@ def read_version():
60
install_requires=required_packages,
61
62
extras_require={
63
- 'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-rerunfailures',
+ 'test': ['tox', 'flake8', 'pytest==4.4.1', 'pytest-cov', 'pytest-rerunfailures',
64
'pytest-xdist', 'mock', 'tensorflow>=1.3.0', 'contextlib2',
65
'awslogs', 'pandas']},
66
0 commit comments