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:
mayeut
2022-01-09 10:44:55 +01:00
parent ab13f7a9de
commit fffa64f344
+1 -1
View File
@@ -119,7 +119,7 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
"pip": "20.0.2",
"setuptools": "53.0.0",
"wheel": "0.34.2",
"virtualenv": "20.0.35",
"virtualenv": "20.11.2",
}
constraints_file = tmp_path / "constraints file.txt"