We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba7bef commit 1579c74Copy full SHA for 1579c74
pytest.ini
@@ -1,7 +1,8 @@
1
[pytest]
2
qt_api=pyqt5
3
filterwarnings =
4
- #error
+ 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