Skip to content

Commit

Permalink
fix test_compile unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 23, 2024
1 parent 966bc6b commit 200c823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/uv/test_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _mock_prompt_select(*args, **kwargs):
def test_compile(mock_prompt_select):
depComp = DependencyCompiler(
cwd=temp,
outDir=temp,
reqFilesCore=[reqsDir / "core_reqs.txt"],
reqFilesExt=[reqsDir / "x_reqs.txt", reqsDir / "y_reqs.txt"],
)
Expand Down

0 comments on commit 200c823

Please sign in to comment.