Skip to content
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

Stop using twisted.internet.defer.returnValue #1651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjwatson
Copy link

defer.returnValue was only needed in Python 2; in Python 3, a simple return is fine.

twisted.internet.defer.returnValue is deprecated as of Twisted 24.7.0.

`defer.returnValue` was only needed in Python 2; in Python 3, a simple
`return` is fine.

`twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.
@oberstet
Copy link
Contributor

hi there, thanks for contributing!

unfortunately, another case of unrelated issues .. sorry, it is kinda never ending story - due to the complexity of this project, and even though we've tried hard over and over to pin dependencies and what not, well, still not

the docs CI failure .. seems like sphinx has a new / more strict check - unrelated to this PR

https://github.com/crossbario/autobahn-python/actions/runs/12254786525/job/34188986727?pr=1651#step:6:452

the pypy CI failure -- also unrelated .. nasm too old, wtf, haven't analyzed what change upstream is the origin

https://github.com/crossbario/autobahn-python/actions/runs/12254786525/job/34188989569?pr=1651#step:6:512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants