Remove tests for removed files

This commit is contained in:
Sebastián Ramírez
2026-02-12 11:04:43 +01:00
parent fbfc1722e5
commit 400ccb04aa
96 changed files with 3 additions and 165 deletions

View File

@@ -11,7 +11,6 @@ from ...utils import needs_py310
@pytest.fixture(
name="mod",
params=[
pytest.param("tutorial001_py39"),
pytest.param("tutorial001_py310", marks=needs_py310),
],
)