-
Notifications
You must be signed in to change notification settings - Fork 3
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
@command does not work in python 3.12 #74
Comments
Thanks @dperl-dls ! Currently we are pinned <3.12 because softioc was not compatible, but I think that is resolved now, so we should unpin and fix what breaks. |
Yeah, most stuff does just work, I was running on 3.12 generally successfully and got surprised when my commands were not resulting in generated PVs in the IOC. I tried running the tests on 3.12 yesterday when writing this issue and only a couple failed |
The resulting function fails an
isinstance
forWrappedMethod
so_get_single_mapping
does not add it to theMapping
Steps To Reproduce
Steps to reproduce the behaviour:
Controller
with a@command
method in python 3.12this is also reflected in
tests/backends/epics/test_gui.py::test_get_components
Acceptance Criteria
@command
decorator can be used in python 3.12The text was updated successfully, but these errors were encountered: