File 0001-MAINT-ignore-cgi-deprecation-for-now.patch of Package python-astroquery
From 0bbe6276ce8675e6d09f1edd2007ea2b4abf7166 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= <bsipocz@gmail.com>
Date: Sun, 11 Dec 2022 20:07:47 -0800
Subject: [PATCH] MAINT: ignore cgi deprecation for now
---
setup.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/setup.cfg b/setup.cfg
index 41c010d9..7965668c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,8 @@ filterwarnings =
ignore::astropy.io.votable.exceptions.W03
ignore::astropy.io.votable.exceptions.W06
ignore::astropy.io.votable.exceptions.W15
+# Remove with fix for https://github.com/astropy/astroquery/issues/2628
+ ignore:\'cgi\' is deprecated and:DeprecationWarning
ignore::astropy.io.votable.exceptions.W21
ignore::astropy.io.votable.exceptions.W22
ignore::astropy.io.votable.exceptions.W42
--
2.39.0