mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix missing name for source in test_dev_lock_use_default_packages_as_constraint
This commit is contained in:
@@ -404,7 +404,8 @@ def test_lock_updated_source(pipenv_instance_private_pypi):
|
||||
contents = """
|
||||
[[source]]
|
||||
url = "{url}/${{MY_ENV_VAR}}"
|
||||
name = source_with_env_expanded
|
||||
name = expanded
|
||||
verify_ssl = false
|
||||
|
||||
[packages]
|
||||
requests = "==2.14.0"
|
||||
|
||||
Reference in New Issue
Block a user