Skip to content

Commit

Permalink
FIX: Ignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 22, 2024
1 parent 27b8ebc commit 2c36ff6
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 @@ -196,6 +196,8 @@ def pytest_configure(config):
ignore:ast\.NameConstant is deprecated and will be removed in Python 3\.14.*:DeprecationWarning
# pooch
ignore:Python 3\.14 will, by default, filter extracted tar archives.*:DeprecationWarning
# pandas
ignore:Pyarrow will become a required dependency of pandas.*:DeprecationWarning
""" # noqa: E501
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 2c36ff6

Please sign in to comment.