Merge pull request #5560 from pradyunsg/python-37-yaml-hack

Remove hack for pyyaml support on 3.7
This commit is contained in:
Pradyun Gedam 2018-07-15 15:07:53 +05:30 committed by GitHub
commit 31c2389304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -6,8 +6,6 @@ pytest-cov
pytest-rerunfailures
pytest-timeout
pytest-xdist
pyyaml
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"