Skip to content

Commit

Permalink
Simplify pattern and start with .* for a warning to ignore
Browse files Browse the repository at this point in the history
for some reason on CI it is not getting ignored
  • Loading branch information
yarikoptic committed Dec 8, 2023
1 parent 9591160 commit 712c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ filterwarnings =
# <https://github.com/sensein/etelemetry-client/pull/44>
ignore:.*pkg_resources:DeprecationWarning
# <https://github.com/nipy/nipype/issues/3563>
ignore:Use setlocale\(\), getencoding\(\) and getlocale\(\) instead:DeprecationWarning:nipype
ignore:.*Use setlocale.* instead:DeprecationWarning:nipype

[coverage:run]
include = heudiconv/*
Expand Down

0 comments on commit 712c91d

Please sign in to comment.