Skip to content

Commit

Permalink
BF?: ignore unclosed connection resource warning from VCR
Browse files Browse the repository at this point in the history
locally (vcr 5.1.0) it causes tests to fail, possibly masking another
issue ref: #1332
  • Loading branch information
yarikoptic committed Oct 16, 2023
1 parent 0c1d4a0 commit 6e4cc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ filterwarnings =
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
ignore:.*find_spec\(\) not found:ImportWarning
ignore:'cgi' is deprecated:DeprecationWarning:botocore
ignore:.*unclosed.*:ResourceWarning:vcr

[coverage:run]
parallel = True
Expand Down

0 comments on commit 6e4cc3f

Please sign in to comment.