diff --git a/pytest.ini b/pytest.ini index e3ef4b7d..d02cfa1c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,8 @@ [pytest] +qt_api=pyqt5 filterwarnings = error # Coming from vispy ignore:distutils Version classes are deprecated:DeprecationWarning + ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning