From a2130f739683936128fab80225e2626cb040aeaf Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Wed, 14 Sep 2022 01:17:59 +0200 Subject: [PATCH] Fix missing name for source in test_dev_lock_use_default_packages_as_constraint --- tests/integration/test_lock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_lock.py b/tests/integration/test_lock.py index 6f33c26b..33a1b1ba 100644 --- a/tests/integration/test_lock.py +++ b/tests/integration/test_lock.py @@ -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"