mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
removed debug print statement
This commit is contained in:
@@ -87,7 +87,6 @@ class TestPipenv():
|
||||
|
||||
os.environ['PIPENV_VENV_IN_PROJECT'] = '1'
|
||||
os.environ['PIPENV_TIMEOUT'] = '1'
|
||||
print(os.environ['PIPENV_TIMEOUT'])
|
||||
|
||||
assert delegator.run('touch Pipfile').return_code == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user