Skip to content

Commit 6e4cc3f

Browse files
committed
BF?: ignore unclosed connection resource warning from VCR
locally (vcr 5.1.0) it causes tests to fail, possibly masking another issue ref: #1332
1 parent 0c1d4a0 commit 6e4cc3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
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)