@pytest.fixture(
name="module",
params=[
- "tutorial001",
+ "tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
)
@pytest.fixture(
name="module",
params=[
- "tutorial001",
+ "tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
)
@pytest.fixture(
name="module",
params=[
- "tutorial001",
+ "tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
)
@pytest.mark.parametrize(
"module",
[
- "tutorial001",
+ "tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
indirect=True,
@pytest.mark.parametrize(
"module",
[
- "tutorial002",
+ "tutorial002_py39",
pytest.param("tutorial002_py310", marks=needs_py310),
],
indirect=True,
@pytest.fixture(
name="module",
params=[
- "tutorial003",
+ "tutorial003_py39",
pytest.param("tutorial003_py310", marks=needs_py310),
],
)
@pytest.fixture(
name="module",
params=[
- "tutorial004",
+ "tutorial004_py39",
pytest.param("tutorial004_py310", marks=needs_py310),
],
)
@pytest.fixture(
name="module",
params=[
- "tutorial005",
+ "tutorial005_py39",
pytest.param("tutorial005_py310", marks=needs_py310),
],
)
@pytest.fixture(
name="module",
params=[
- "tutorial001",
+ "tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
)