Skip to content

Commit e375663

Browse files
authored
Merge pull request #1333 from dandi/bf-vcr
Ignore unclosed connection resource warning from VCR
2 parents 0c1d4a0 + 6e4cc3f commit e375663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ filterwarnings =
6666
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
6767
ignore:.*find_spec\(\) not found:ImportWarning
6868
ignore:'cgi' is deprecated:DeprecationWarning:botocore
69+
ignore:.*unclosed.*:ResourceWarning:vcr
6970

7071
[coverage:run]
7172
parallel = True

0 commit comments

Comments
 (0)