1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/dev-requirements.txt
Pradyun Gedam 94b6c653d0
Fix CI for Python 3.7 (#5242)
Conditionally depend on PyYAML based on Python Version
2018-04-21 12:47:48 +05:30

15 lines
388 B
Plaintext

freezegun
pretend
pytest<=3.2.5
pytest-catchlog
pytest-cov
pytest-rerunfailures
pytest-timeout
pytest-xdist
# Revert the following hack after a PyYAML is released supporting Py3.7
pyyaml; python_version < "3.7"
https://github.com/yaml/pyyaml/archive/master.zip#egg=pyyaml ; python_version >= "3.7"
mock
scripttest>=1.3
https://github.com/pypa/virtualenv/archive/master.zip#egg=virtualenv