Skip to content

Commit

Permalink
FIX: One more?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 22, 2024
1 parent e500750 commit 93673a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ def pytest_configure(config):
ignore:Python 3\.14 will, by default, filter extracted tar archives.*:DeprecationWarning
# pandas
ignore:\n*Pyarrow will become a required dependency of pandas.*:DeprecationWarning
# pyvista <-> NumPy 2.0
ignore:__array_wrap__ must accept context and return_scalar arguments.*:DeprecationWarning
""" # noqa: E501
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 93673a0

Please sign in to comment.