mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Adjust test expctation.
This commit is contained in:
@@ -196,7 +196,7 @@ def test_uninstall_all_dev_with_shared_dependencies(pipenv_instance_pypi):
|
||||
c = p.pipenv("uninstall --all-dev")
|
||||
assert c.returncode == 0
|
||||
|
||||
assert "six" in p.lockfile["develop"]
|
||||
assert "six" in p.lockfile["default"]
|
||||
|
||||
|
||||
@pytest.mark.uninstall
|
||||
|
||||
Reference in New Issue
Block a user