Skip to content

Commit ece6934

Browse files
authored
Merge pull request #91 from ruaridhg/fix_pytest_ini
Added qt_api in pytest.ini and commented out error in filterwarnings
2 parents ee2395c + 1579c74 commit ece6934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[pytest]
2+
qt_api=pyqt5
23
filterwarnings =
34
error
45

56
# Coming from vispy
67
ignore:distutils Version classes are deprecated:DeprecationWarning
8+
ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning

0 commit comments

Comments
 (0)