You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks for the heads up on this. I just last night got back from a two week vacation. With #184 (comment) in mind, any opinions? Or, if you use pytest-twisted somewhere, could you check if this breaks everything for you?
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
The text was updated successfully, but these errors were encountered: