From e7b78100f99534c69202b69ce254de4fa44cd2bb Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 13 Oct 2023 10:47:38 -0400 Subject: [PATCH] update warning ignore for dkist with 0.18.3 pin --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 87f88ce22..cc2692bb2 100644 --- a/tox.ini +++ b/tox.ini @@ -290,4 +290,4 @@ commands_pre = pip freeze commands = pytest dkist \ - -W "ignore:asdf.extensions plugin from package gwcs==0.18.3:asdf.exceptions.AsdfWarning" + -W "ignore:Converter handles multiple tags for this extension:asdf.exceptions.AsdfWarning"