Skip to content

Commit

Permalink
Merge branch 'allow-all-build-deps-when-multiple-source-files' of htt…
Browse files Browse the repository at this point in the history
…ps://github.com/Walter-Gates-Bose/pip-tools into allow-all-build-deps-when-multiple-source-files
  • Loading branch information
Walter-Gates-Bose committed Apr 15, 2024
2 parents 2f5e3e3 + 94bb2f0 commit 4c1746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli_compile.py
Expand Up @@ -3001,7 +3001,7 @@ def test_build_deps_does_not_error_when_setup_included_with_multiple_source_file
"--no-header",
option,
os.fspath(requirements_path),
os.fspath(pyproject_toml_path)
os.fspath(pyproject_toml_path),
],
)

Expand Down

0 comments on commit 4c1746e

Please sign in to comment.