fix(tests): bump virtualenv version used in test_dependency_constraints_file
Versions before 20.11.2 did not respect pinned versions when a periodic/manual update cache exists.
This commit is contained in:
@@ -119,7 +119,7 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
|
|||||||
"pip": "20.0.2",
|
"pip": "20.0.2",
|
||||||
"setuptools": "53.0.0",
|
"setuptools": "53.0.0",
|
||||||
"wheel": "0.34.2",
|
"wheel": "0.34.2",
|
||||||
"virtualenv": "20.0.35",
|
"virtualenv": "20.11.2",
|
||||||
}
|
}
|
||||||
|
|
||||||
constraints_file = tmp_path / "constraints file.txt"
|
constraints_file = tmp_path / "constraints file.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user