mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix test to account for name resolution of editable deps
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -182,8 +182,8 @@ def test_install_local_vcs_not_in_lockfile(PipenvInstance, pip_src_dir):
|
||||
# This is the hash of ./six
|
||||
assert six_key in p.pipfile['packages']
|
||||
assert six_key in p.lockfile['default']
|
||||
# Make sure we didn't put six in the lockfile by accident as a vcs ref
|
||||
assert 'six' not in p.lockfile['default']
|
||||
# The hash isn't a hash anymore, its actually the name of the package (we now resolve this)
|
||||
assert 'six' in p.pipfile['packages']
|
||||
|
||||
|
||||
@pytest.mark.vcs
|
||||
|
||||
Reference in New Issue
Block a user