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