assert_close does not work for list[bool] after pytest 8.3.4 release
In pytest 8.3.4 pytest.approx() now is much strict for booleans and our assert_close does not work anymore for list[bool], since pytango gives np.bool_ type.
In pytest 8.3.4 pytest.approx() now is much strict for booleans and our assert_close does not work anymore for list[bool], since pytango gives np.bool_ type.