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