When running a test suite under Twisted 24.7.0rc1, I get a lot of:
pytest_twisted.py:424: DeprecationWarning: twisted.internet.defer.returnValue was deprecated in Twisted 24.7.0rc1; please use standard return statement instead
Looks like it's used in two places:
|
defer.returnValue(result) |
and
|
defer.returnValue(arg_value) |
When running a test suite under Twisted 24.7.0rc1, I get a lot of:
Looks like it's used in two places:
pytest-twisted/pytest_twisted.py
Line 424 in 23ba220
and
pytest-twisted/pytest_twisted.py
Line 338 in 23ba220