mirror of https://github.com/tiangolo/fastapi.git
mark as needing 3 10
This commit is contained in:
parent
535a3ffc55
commit
ac4de76722
|
|
@ -1,8 +1,9 @@
|
|||
import pytest
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from tests.utils import needs_py310
|
||||
|
||||
@pytest.fixture(name="client")
|
||||
|
||||
@needs_py310
|
||||
def get_client():
|
||||
from docs_src.query_params.tutorial007_py310 import app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue