We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f3af1 commit b9e9885Copy full SHA for b9e9885
tests/integration/test_install_basic.py
@@ -799,7 +799,6 @@ def test_install_respects_lockfile_versions(pipenv_instance_pypi):
799
c = p.pipenv("graph --json")
800
assert c.returncode == 0
801
802
- import json
803
graph_data = json.loads(c.stdout)
804
for entry in graph_data:
805
if entry["package"]["package_name"] == "sh":
0 commit comments