-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twisted 24.7 is deprecating twisted.internet.defer.returnValue #183
Comments
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? |
I only use non-end-of-life Python versions, and a plain return works in those versions. |
I blazed my own path and (after forgetting for a couple weeks, sorry) just published https://pypi.org/project/pytest-twisted/1.14.3/. |
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: