-
Notifications
You must be signed in to change notification settings - Fork 28
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
Change tango to support 3.12: AttributeProxy::_event_processor
to be coroutine
#681
Comments
evalott100
added a commit
that referenced
this issue
Nov 27, 2024
This will be handled seperately in #681.
evalott100
added a commit
that referenced
this issue
Nov 27, 2024
This will be handled seperately in #681.
evalott100
added a commit
that referenced
this issue
Nov 27, 2024
This will be handled seperately in #681.
evalott100
added a commit
that referenced
this issue
Nov 28, 2024
This will be handled seperately in #681.
Merged
evalott100
added a commit
that referenced
this issue
Dec 4, 2024
This will go in a seperate issue #681
evalott100
added a commit
that referenced
this issue
Dec 4, 2024
This will go in a seperate issue #681
evalott100
changed the title
Change tango
Change tango to support 3.12: Dec 4, 2024
AttributeProxy::_event_processor
to be coroutineAttributeProxy::_event_processor
to be coroutine
evalott100
added a commit
that referenced
this issue
Dec 4, 2024
This will go in a seperate issue #681
evalott100
added a commit
that referenced
this issue
Dec 4, 2024
* Add Python 3.12 to CI and pyproject.toml now that p4p is updated * skipped tango tests on 3.12 - this will go in a seperate issue #681 --------- Co-authored-by: Eva Lott <eva.lott@diamond.ac.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using python 3.12, we get the following deprecation warning:
This was causing test failures. We ignored them in #655, but we should alter this method to be a coroutine and we should remove the test skipping. The tests may also be faulty on 3.12 for other reasons.
Callback methods on
AttributeProxy
cannot easily be made into coroutines sinceSignalBackend
does not currently support async callbacks.The text was updated successfully, but these errors were encountered: