Remove code examples for Python 3.8 in `body`

This commit is contained in:
Yurii Motov 2025-12-10 15:29:09 +01:00
parent 15d6644ec3
commit 9fb05d4cee
5 changed files with 1 additions and 1 deletions

View File

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