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

Twisted 24.10.0 breaks #765

Open
meejah opened this issue Dec 5, 2024 · 0 comments
Open

Twisted 24.10.0 breaks #765

meejah opened this issue Dec 5, 2024 · 0 comments

Comments

@meejah
Copy link
Collaborator

meejah commented Dec 5, 2024

While updating the CI, it seems that Twisted 24.10.0 breaks something to do with Eliot.

The traceback looks like this:

Traceback (most recent call last):
  File "/Users/runner/work/magic-folder/magic-folder/.tox/py39-coverage/lib/python3.9/site-packages/twisted/internet/defer.py", line 2017, in _inlineCallbacks
    result = context.run(gen.send, result)
  File "/Users/runner/work/magic-folder/magic-folder/.tox/py39-coverage/lib/python3.9/site-packages/eliot/_generators.py", line 109, in wrapper
    value_out = context.run(go)
  File "/Users/runner/work/magic-folder/magic-folder/.tox/py39-coverage/lib/python3.9/site-packages/eliot/_generators.py", line 95, in go
    value_out = gen.send(value_in)
AttributeError: 'Deferred' object has no attribute 'send'
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

No branches or pull requests

1 participant