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 7516bb3 commit b593ddeCopy full SHA for b593dde
src/_pytest/python.py
@@ -183,7 +183,7 @@ def async_warn(pyfuncitem: "Function") -> None:
183
184
185
@hookimpl(trylast=True)
186
-def pytest_pyfunc_call(pyfuncitem: "Function") -> Literal[True]:
+def pytest_pyfunc_call(pyfuncitem: "Function") -> "Literal[True]":
187
testfunction = pyfuncitem.obj
188
if iscoroutinefunction(testfunction) or (
189
sys.version_info >= (3, 6) and inspect.isasyncgenfunction(testfunction)
0 commit comments