mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Print generated Pipfile during test to help debug failures.
This commit is contained in:
@@ -370,6 +370,7 @@ def test_multiple_editable_packages_should_not_race(PipenvInstance, pypi, tmpdir
|
||||
pipfile_string += '"{0}" = {{path = "{1}", editable = true}}\n'.format(pkg_name, unzip_path.strpath)
|
||||
|
||||
with PipenvInstance(pypi=pypi, chdir=True) as p:
|
||||
print(pipfile_string)
|
||||
with open(p.pipfile_path, 'w') as f:
|
||||
f.write(pipfile_string.strip())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user