Merge branch 'master' of github.com:kennethreitz/pipenv

This commit is contained in:
2017-09-10 10:13:15 -04:00
-1
View File
@@ -44,7 +44,6 @@ class TestPipenv():
assert delegator.run('pipenv install pytest --dev').return_code == 0
# assert delegator.run('pipenv install https://pypi.python.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl#md5=eb9be71cc41fd73a51a7c9cd1adde5de').return_code == 0
# Debug.
print(delegator.run('pipenv install regex').err)