Skip to content

Added qt_api in pytest.ini and commented out error in filterwarnings #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Uncommented error and added ignore np.bool8 deprecated alias
  • Loading branch information
ruaridhg committed May 5, 2023
commit 1579c745980daf9fb70d4692ff4a3bfdea68a98f
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[pytest]
qt_api=pyqt5
filterwarnings =
#error
error

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