We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a3635 commit bc191afCopy full SHA for bc191af
tox.ini
@@ -42,6 +42,8 @@ filterwarnings =
42
ignore:.*pkg_resources:DeprecationWarning
43
# <https://github.com/nipy/nipype/issues/3563>
44
ignore:.*Use setlocale.* instead:DeprecationWarning:nipype
45
+ # <https://github.com/nipy/nipype/pull/3670>
46
+ ignore:.*datetime.datetime.utcnow\(\) is deprecated.*:DeprecationWarning:nipype
47
48
[coverage:run]
49
include = heudiconv/*
0 commit comments