mark as needing 3 10

This commit is contained in:
JONEMI21 2025-11-10 12:34:15 +00:00
parent 535a3ffc55
commit ac4de76722
1 changed files with 3 additions and 2 deletions

View File

@ -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