1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tools/requirements/tests.txt
cjc7373 f167d99b60 update pytest to 4.6
also update pytest plugins
2020-05-18 18:23:35 +08:00

20 lines
440 B
Plaintext

cryptography==2.8
csv23
enum34; python_version < '3.4'
freezegun
mock
pretend
# pytest 5.x only supports python 3.5+
pytest<5.0.0
pytest-cov
# Prevent installing 9.0 which has install_requires "pytest >= 5.0".
pytest-rerunfailures<9.0
pytest-timeout
pytest-xdist
pyyaml
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
scripttest
https://github.com/pypa/virtualenv/archive/legacy.zip#egg=virtualenv
werkzeug==0.16.0
wheel