Browse Source

Remove code examples for Python 3.8 in `openapi_callbacks`

pull/14510/head
Yurii Motov 7 months ago
parent
commit
dadcad5aac
  1. 0
      docs_src/openapi_callbacks/tutorial001_py39.py
  2. 2
      tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py

0
docs_src/openapi_callbacks/tutorial001.py → docs_src/openapi_callbacks/tutorial001_py39.py

2
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py

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

Loading…
Cancel
Save