Skip to content

Commit

Permalink
ignore deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jan 23, 2024
1 parent 7a74a3a commit 0b1c169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_icalabel/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def pytest_configure(config):
# Until MNE 1.6 is the minimum supported version
# c.f. https://github.com/mne-tools/mne-python/pull/12143
ignore:Setting non-standard config type.*:RuntimeWarning
# pandas 3.0 will require pyarrow
ignore:\n*Pyarrow will become a required dependency of pandas.*:DeprecationWarning
"""
for warning_line in warnings_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 0b1c169

Please sign in to comment.