From: Ole Streicher <olebole@debian.org>
Date: Tue, 20 Dec 2022 11:25:58 +0100
Subject: Ignore Astropy deprecation warnings in tests

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index cb03424..3ddd595 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -111,6 +111,7 @@ minversion = 4.6
 remote_data_strict = true
 filterwarnings = [
     'error',  # also set in _tests/conftest to work with pyargs
+    'ignore::astropy.utils.exceptions.AstropyDeprecationWarning',
     'ignore:numpy.ndarray size changed:RuntimeWarning',
     'ignore:Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.',
 ]
