Skip to content

Commit 8541dba

Browse files
committed
Simplify test
1 parent 0f09396 commit 8541dba

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_project_generation.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ def test_precommit_hooks_pass(generated_project_path):
119119
capture_output=True,
120120
text=True,
121121
)
122-
subprocess.run(
123-
["uv", "sync"],
124-
cwd=generated_project_path,
125-
capture_output=True,
126-
text=True,
127-
)
128-
129122
result = subprocess.run(
130123
["uv", "run", "prek", "run", "--all-files"],
131124
cwd=generated_project_path,

0 commit comments

Comments
 (0)