Skip to content

Commit

Permalink
FIX: Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 19, 2024
1 parent f26a301 commit 0e0e394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne_kit_gui/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def pytest_configure(config):
ignore:pkg_resources is deprecated as an API.*:DeprecationWarning
ignore:The traitsui.qt4.*:FutureWarning
ignore:numpy\.ndarray size changed.*:RuntimeWarning
ignore:events_as_annotations defaults to False.*:FutureWarning
always::ResourceWarning
""" # noqa: E501
for warning_line in warning_lines.split('\n'):
Expand Down

0 comments on commit 0e0e394

Please sign in to comment.