mirror of https://github.com/tiangolo/fastapi.git
Remove code examples for Python 3.8 in `openapi_callbacks`
This commit is contained in:
parent
ec18863b32
commit
dadcad5aac
|
|
@ -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),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue