Skip to content

Commit 194b812

Browse files
committed
Correct regression to Pipfile entries.
1 parent a1dcdaf commit 194b812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_uninstall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def test_uninstall_all_dev(pipenv_instance_private_pypi):
130130

131131
c = p.pipenv("uninstall --all-dev")
132132
assert c.returncode == 0
133-
assert p.pipfile["dev-packages"] == {}
134133
assert "jinja2" not in p.lockfile["develop"]
135134
assert "six" not in p.lockfile["develop"]
136135
assert "tablib" in p.pipfile["packages"]

0 commit comments

Comments
 (0)