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 1dd8955 commit 0d266eaCopy full SHA for 0d266ea
src/pytest_twisted/two.py
@@ -22,4 +22,4 @@ def _async_pytest_pyfunc_call(pyfuncitem, f, kwargs):
22
# TODO: maybe deprecate this
23
result = yield f(**kwargs)
24
25
- return result
+ defer.returnValue(result)
0 commit comments