Closed burkeds closed 12 hours ago
@coretl It looks like CI is failing here due to type checking error in:
/home/runner/work/ophyd-async/ophyd-async/src/ophyd_async/core/_table.py:49:80
@coretl It looks like CI is failing here due to type checking error in:
/home/runner/work/ophyd-async/ophyd-async/src/ophyd_async/core/_table.py:49:80
Just fixed in #665
@coretl It looks like CI is failing here due to type checking error in: /home/runner/work/ophyd-async/ophyd-async/src/ophyd_async/core/_table.py:49:80
Just fixed in #665
Thanks Tom. It looks like this brings down the coverage though. Since this relies on interacting with an old version of Tango, I am not sure how I could write a test for it.
It looks like this brings down the coverage though. Since this relies on interacting with an old version of Tango, I am not sure how I could write a test for it.
I don't think I care about this, it's such a small change, I'll merge as is...
Old tango servers running tango version less than 9 don't support the pipe API or get_pipe_list(). Since we don't support pipes yet anyway, we should handle this exception and move on.