Skip to content

Commit a7c39c3

Browse files
committed
Fix test.
1 parent a84b5e0 commit a7c39c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_exec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ def pyproject_toml(monkeypatch: MonkeyPatch, tmp_path: Path, project_dir: PurePa
6363
[tool.dev-cmd.python.requirements]
6464
# Let all the test cases share the same cache keys since requirements are hard coded
6565
# here and the tests only append commands and tasks.
66-
66+
input-keys = []
6767
input-files = []
68+
6869
export-command = [
6970
"uv",
7071
"export",

0 commit comments

Comments
 (0)