Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent bc3f17b commit 2fd6cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3435,9 +3435,9 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv
"setuptools<70.1.0",
"wheel<0.43",
]
constraints_file = (tmp_path / "constraints.txt")
constraints_file = tmp_path / "constraints.txt"
constraints_file.write_text("\n".join(version_constraints))
env = os.environ.copy() # Copy entire env to avoid Windows compatibility issues
env = os.environ.copy() # Copy entire env to avoid Windows compatibility issues
# Work around https://github.com/jazzband/pip-tools/pull/1681/files#r1667748889
env["PIP_CONSTRAINT"] = str(constraints_file)
out = runner.invoke(
Expand Down

0 comments on commit 2fd6cc6

Please sign in to comment.