We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4f5db commit cd321c8Copy full SHA for cd321c8
src/pytest_flask/fixtures.py
@@ -45,7 +45,7 @@ def test_login(self):
45
request.cls.client = client
46
47
48
-@pytest.fixture(scope=_determine_scope) # type: ignore[arg-type]
+@pytest.fixture(scope=_determine_scope)
49
def live_server(
50
request: _PytestFixtureRequest, app: _FlaskApp, pytestconfig: _PytestConfig
51
) -> Generator[LiveServer, Any, Any]: # pragma: no cover
0 commit comments