Skip to content

Commit bc191af

Browse files
committed
Ignore 3.12 warning on utcnow in nipype
1 parent a0a3635 commit bc191af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ filterwarnings =
4242
ignore:.*pkg_resources:DeprecationWarning
4343
# <https://github.com/nipy/nipype/issues/3563>
4444
ignore:.*Use setlocale.* instead:DeprecationWarning:nipype
45+
# <https://github.com/nipy/nipype/pull/3670>
46+
ignore:.*datetime.datetime.utcnow\(\) is deprecated.*:DeprecationWarning:nipype
4547

4648
[coverage:run]
4749
include = heudiconv/*

0 commit comments

Comments
 (0)