Skip to content

Adapt tests to PyTango 9.4.0 with regard to attr w_value

Read only attributes in PyTango < 9.4.0 return w_value = None. PyTango 9.4.0 introduced a change with respect to w_value and return empty arrays. Adapt the expected values in the tests. See tango-controls/pytango#528 (closed) for more details.

Merge request reports