Remove code examples for Python 3.8 in `openapi_callbacks`

This commit is contained in:
Yurii Motov 2025-12-11 09:16:21 +01:00
parent ec18863b32
commit dadcad5aac
2 changed files with 1 additions and 1 deletions

View File

@ -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),
],
)