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 a1dcdaf commit 194b812Copy full SHA for 194b812
tests/integration/test_uninstall.py
@@ -130,7 +130,6 @@ def test_uninstall_all_dev(pipenv_instance_private_pypi):
130
131
c = p.pipenv("uninstall --all-dev")
132
assert c.returncode == 0
133
- assert p.pipfile["dev-packages"] == {}
134
assert "jinja2" not in p.lockfile["develop"]
135
assert "six" not in p.lockfile["develop"]
136
assert "tablib" in p.pipfile["packages"]
0 commit comments