Skip to content

Commit 2154504

Browse files
✅ Remove fixture
1 parent aee9cdd commit 2154504

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_new.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ def temp_project_dir(tmp_path: Path, monkeypatch: Any) -> Path:
1818
return tmp_path
1919

2020

21-
@pytest.fixture(autouse=True)
22-
def check_uv_installed() -> None:
23-
"""Skip tests if uv is not installed."""
24-
if not shutil.which("uv"):
25-
pytest.skip("uv is not installed") # pragma: no cover
26-
27-
2821
class TestNewCommand:
2922
def _assert_project_created(
3023
self, project_path: Path, check_version_file: bool = False

0 commit comments

Comments
 (0)