From 6e4cc3f2b973215d611a02af2364efabb7f1afa0 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 16 Oct 2023 09:39:40 -0400 Subject: [PATCH] BF?: ignore unclosed connection resource warning from VCR locally (vcr 5.1.0) it causes tests to fail, possibly masking another issue ref: https://github.com/dandi/dandi-cli/issues/1332 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fe28b91be..248f5fdd1 100644 --- a/tox.ini +++ b/tox.ini @@ -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