mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
no more debug
This commit is contained in:
@@ -177,7 +177,7 @@ class TestPipenv():
|
||||
delegator.run('touch Pipfile')
|
||||
|
||||
# Install packages for test.
|
||||
print(delegator.run('pipenv install pep8').err)
|
||||
# print(delegator.run('pipenv install pep8').err)
|
||||
assert delegator.run('pipenv install pep8').return_code == 0
|
||||
assert delegator.run('pipenv install pytest').return_code == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user