Skip to content

Commit cbc7f4c

Browse files
committed
tests: drop pip from check
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 48e702f commit cbc7f4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_dependency_versions.py

-2
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,13 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
101101
project_with_expected_version_checks.generate(project_dir)
102102

103103
tool_versions = {
104-
"pip": "23.1.2",
105104
"delocate": "0.10.3",
106105
}
107106

108107
constraints_file = tmp_path / "constraints file.txt"
109108
constraints_file.write_text(
110109
textwrap.dedent(
111110
"""
112-
pip=={pip}
113111
delocate=={delocate}
114112
""".format(**tool_versions)
115113
)

0 commit comments

Comments
 (0)