Fix windows test failure and leaky session from xmlrpc call

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-07-05 23:51:10 -04:00
parent 9c3ee2a72b
commit e57898ac58
2 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ def test_include_editable_packages(PipenvInstance, testsroot, pathlib_tmpdir):
with PipenvInstance(chdir=True) as p:
with tarfile.open(source_path, "r:gz") as tarinfo:
tarinfo.extractall(path=str(pathlib_tmpdir))
c = p.pipenv('install -e {}'.format(package))
c = p.pipenv('install -e {0!r}'.format(package))
assert c.return_code == 0
project = Project()
assert "requests" in [