Skip to content

Commit

Permalink
FIX: Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 17, 2023
1 parent 9a7ed7f commit 06b349c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def pytest_configure(config):
ignore:The numpy\.array_api submodule is still experimental.*:UserWarning
# numpy 2.0 <-> SciPy
ignore:numpy\.core\._multiarray_umath.*:DeprecationWarning
ignore:numpy\.core\.numeric is deprecated.*:DeprecationWarning
# tqdm (Fedora)
ignore:.*'tqdm_asyncio' object has no attribute 'last_print_t':pytest.PytestUnraisableExceptionWarning
# Until mne-qt-browser > 0.5.2 is released
Expand Down

0 comments on commit 06b349c

Please sign in to comment.