Skip to content

Commit

Permalink
FIX: Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 22, 2024
1 parent 7ad46cc commit e500750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def pytest_configure(config):
# pooch
ignore:Python 3\.14 will, by default, filter extracted tar archives.*:DeprecationWarning
# pandas
ignore:\n*Pyarrow will become a required dependency of pandas[\n.]*:DeprecationWarning
ignore:\n*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 e500750

Please sign in to comment.