Merge pull request #6382 from cjerdonek/pin-pytest-xdist

Pin pytest-xdist to < 1.28.0
This commit is contained in:
Pradyun Gedam 2019-04-04 12:29:51 +05:30 committed by GitHub
commit d35c547129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ pytest-cov
# Prevent installing 7.0 which has install_requires "pytest >= 3.10".
pytest-rerunfailures<7.0
pytest-timeout
pytest-xdist
# Prevent installing 1.28.0 which has install_requires "pytest >= 4.4.0".
pytest-xdist<1.28.0
pyyaml
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
scripttest