mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix package name in test
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
@@ -737,7 +737,7 @@ def test_lock_nested_direct_url(PipenvInstance):
|
||||
def test_lock_nested_vcs_direct_url(PipenvInstance):
|
||||
with PipenvInstance(chdir=True) as p:
|
||||
p._pipfile.add("pep508_package", {
|
||||
"git": "https://github.com/techalchemy/test-package.git",
|
||||
"git": "https://github.com/techalchemy/test-project.git",
|
||||
"editable": True, "ref": "master",
|
||||
"subdirectory": "parent_folder/pep508-package"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user