@@ -70,7 +70,7 @@ def test_list_displays_default_value_if_not_set(
7070installer.no-binary = null
7171installer.only-binary = null
7272installer.parallel = true
73- installer.re-resolve = true
73+ installer.re-resolve = false
7474keyring.enabled = true
7575python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
7676requests.max-retries = 0
@@ -105,7 +105,7 @@ def test_list_displays_set_get_setting(
105105installer.no-binary = null
106106installer.only-binary = null
107107installer.parallel = true
108- installer.re-resolve = true
108+ installer.re-resolve = false
109109keyring.enabled = true
110110python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
111111requests.max-retries = 0
@@ -161,7 +161,7 @@ def test_unset_setting(
161161installer.no-binary = null
162162installer.only-binary = null
163163installer.parallel = true
164- installer.re-resolve = true
164+ installer.re-resolve = false
165165keyring.enabled = true
166166python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
167167requests.max-retries = 0
@@ -195,7 +195,7 @@ def test_unset_repo_setting(
195195installer.no-binary = null
196196installer.only-binary = null
197197installer.parallel = true
198- installer.re-resolve = true
198+ installer.re-resolve = false
199199keyring.enabled = true
200200python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
201201requests.max-retries = 0
@@ -330,7 +330,7 @@ def test_list_displays_set_get_local_setting(
330330installer.no-binary = null
331331installer.only-binary = null
332332installer.parallel = true
333- installer.re-resolve = true
333+ installer.re-resolve = false
334334keyring.enabled = true
335335python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
336336requests.max-retries = 0
@@ -373,7 +373,7 @@ def test_list_must_not_display_sources_from_pyproject_toml(
373373installer.no-binary = null
374374installer.only-binary = null
375375installer.parallel = true
376- installer.re-resolve = true
376+ installer.re-resolve = false
377377keyring.enabled = true
378378python.installation-dir = { json .dumps (str (Path ("{data-dir}/python" )))} # { config_data_dir / "python" }
379379repositories.foo.url = "https://foo.bar/simple/"
0 commit comments