We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c1d4a0 + 6e4cc3f commit e375663Copy full SHA for e375663
tox.ini
@@ -66,6 +66,7 @@ filterwarnings =
66
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
67
ignore:.*find_spec\(\) not found:ImportWarning
68
ignore:'cgi' is deprecated:DeprecationWarning:botocore
69
+ ignore:.*unclosed.*:ResourceWarning:vcr
70
71
[coverage:run]
72
parallel = True
0 commit comments