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

Move PyYAML to the bottom

This commit is contained in:
Pradyun Gedam 2018-06-14 11:49:00 +05:30
parent ad5c076366
commit 6934950c54
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -6,9 +6,9 @@ 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
https://github.com/pypa/virtualenv/archive/master.zip#egg=virtualenv
# 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"