From: Ole Streicher <olebole@debian.org>
Date: Mon, 24 Oct 2022 17:01:13 +0200
Subject: Ignore Deprecations warnings

While these warning are useful for developers, they are too strict
for the package itself.

Closes: #1020121, #1030490
---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 9b0a21d..9dbbb6b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,6 +73,9 @@ remote_data_strict = True
 filterwarnings = 
 	error
 	always::pytest.PytestConfigWarning
+	ignore::DeprecationWarning
+	ignore::astropy.utils.exceptions.AstropyDeprecationWarning
+	ignore::FutureWarning
 	ignore:numpy.ufunc size changed:RuntimeWarning
 	ignore:numpy.ndarray size changed:RuntimeWarning
 	ignore:'datfix' made the change:astropy.wcs.wcs.FITSFixedWarning
