From 4ec44e2b2656414b5f8190b7a5936907a97296ec Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Wed, 12 Feb 2025 12:41:54 +0000 Subject: [PATCH] Add note for later on warning ignore --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8b79c5a4..c5da4c2d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -70,5 +70,5 @@ filterwarnings = ignore:pkg_resources is deprecated as an API.*:DeprecationWarning ignore:Deprecated call to .*pkg_resources\.declare_namespace.*mpl_toolkits.*:DeprecationWarning ignore:Extension .*sunpy-1\.0\.0:asdf.exceptions.AsdfManifestURIMismatchWarning - # ignore:(from package asdf-astropy==0.5.0), which is not currently installed + # This warning should go away in asdf-astropy 0.7.1 and we can stop being ignored then ignore::asdf.exceptions.AsdfPackageVersionWarning