mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix test_lock_updated_source
The source must contain a name or Plette will fail.
This commit is contained in:
@@ -404,6 +404,7 @@ def test_lock_updated_source(pipenv_instance_private_pypi):
|
||||
contents = """
|
||||
[[source]]
|
||||
url = "{url}/${{MY_ENV_VAR}}"
|
||||
name = source_with_env_expanded
|
||||
|
||||
[packages]
|
||||
requests = "==2.14.0"
|
||||
|
||||
Reference in New Issue
Block a user