Skip to content

Commit

Permalink
FIX: Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 14, 2024
1 parent 58e7339 commit 2fa8900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne_bids_pipeline/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def pytest_configure(config: pytest.Config) -> None:
ignore:__array__ implementation doesn't accept.*:DeprecationWarning
# Seaborn
ignore:.*bool was deprecated in Matplotlib.*:DeprecationWarning
ignore:vert\: bool will be deprecated.*:PendingDeprecationWarning
"""
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 2fa8900

Please sign in to comment.