We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee2395c + 1579c74 commit ece6934Copy full SHA for ece6934
pytest.ini
@@ -1,6 +1,8 @@
1
[pytest]
2
+qt_api=pyqt5
3
filterwarnings =
4
error
5
6
# Coming from vispy
7
ignore:distutils Version classes are deprecated:DeprecationWarning
8
+ ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning
0 commit comments