mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix marker formatting in keep outdated test
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -103,7 +103,7 @@ def test_keep_outdated_doesnt_remove_lockfile_entries(PipenvInstance, pypi):
|
||||
p._pipfile.add("six", "*")
|
||||
p.pipenv("lock --keep-outdated")
|
||||
assert "colorama" in p.lockfile["default"]
|
||||
assert p.lockfile["default"]["colorama"]["markers"] == "os_name=='FakeOS'"
|
||||
assert p.lockfile["default"]["colorama"]["markers"] == "os_name == 'FakeOS'"
|
||||
|
||||
|
||||
@pytest.mark.lock
|
||||
|
||||
Reference in New Issue
Block a user