Unicode file data

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-06-24 00:10:36 -04:00
parent 5402a9bc0f
commit 3bfab233f5
+1 -1
View File
@@ -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())