Skip to content

Commit

Permalink
Merge pull request #1333 from dandi/bf-vcr
Browse files Browse the repository at this point in the history
Ignore unclosed connection resource warning from VCR
  • Loading branch information
yarikoptic authored Oct 16, 2023
2 parents 0c1d4a0 + 6e4cc3f commit e375663
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 e375663

Please sign in to comment.