Skip to content

Commit

Permalink
Unpin pytest and its plugins
Browse files Browse the repository at this point in the history
This works around the incompatibility of pytest-xdist 2.0.0
with older pytest: pytest-dev/pytest-xdist#580
  • Loading branch information
McSinyx committed Aug 17, 2020
1 parent 894a9ee commit d6301eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ enum34; python_version < '3.4'
freezegun
mock
pretend
# pytest 5.x only supports python 3.5+
pytest<5.0.0
pytest
pytest-cov
# Prevent installing 9.0 which has install_requires "pytest >= 5.0".
pytest-rerunfailures<9.0
pytest-rerunfailures
pytest-timeout
pytest-xdist
pyyaml
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
scripttest
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
https://github.com/pypa/virtualenv/archive/legacy.zip#egg=virtualenv
werkzeug==0.16.0
wheel

0 comments on commit d6301eb

Please sign in to comment.