Skip to content

Commit

Permalink
FIX: Relax
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 13, 2023
1 parent 64f2174 commit 49f5c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_nirs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def pytest_configure(config):
# TODO: in an example (should fix eventually)
ignore:The behavior of DataFrame concatenation.*:FutureWarning
# mne-bids needs a release
ignore:mne\.io\.pick.pick_types is deprecated.*FutureWarning
ignore:.*mne\.io\.pick.* is deprecated.*FutureWarning
""" # noqa: E501
for warning_line in warning_lines.split('\n'):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 49f5c11

Please sign in to comment.