Skip to content

Commit

Permalink
tests: drop pip from check
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 7, 2024
1 parent 48e702f commit cbc7f4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_dependency_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,13 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
project_with_expected_version_checks.generate(project_dir)

tool_versions = {
"pip": "23.1.2",
"delocate": "0.10.3",
}

constraints_file = tmp_path / "constraints file.txt"
constraints_file.write_text(
textwrap.dedent(
"""
pip=={pip}
delocate=={delocate}
""".format(**tool_versions)
)
Expand Down

0 comments on commit cbc7f4c

Please sign in to comment.