mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -376,7 +376,7 @@ def test_system_and_deploy_work(PipenvInstance, pypi):
|
||||
assert c.return_code == 0
|
||||
c = p.pipenv('--rm')
|
||||
assert c.return_code == 0
|
||||
Path(p.pipfile_path).write_text("""
|
||||
Path(p.pipfile_path).write_text(u"""
|
||||
[packages]
|
||||
requests
|
||||
""".strip())
|
||||
|
||||
Reference in New Issue
Block a user