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