1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Pin pytest-xdist to < 1.28.0 in tests-requirements.txt.

This commit is contained in:
Chris Jerdonek 2019-04-03 18:26:45 -07:00
parent 20e42271f2
commit 5bc80d6583

View file

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