From: Ole Streicher <olebole@debian.org>
Date: Fri, 24 Sep 2021 08:27:59 +0200
Subject: Ignore invalid value warnings that happen on mips64el

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

diff --git a/pyproject.toml b/pyproject.toml
index 5040606..19cdb99 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -244,6 +244,7 @@ filterwarnings = [
     "ignore::DeprecationWarning",
     "ignore::astropy.utils.iers.iers.IERSStaleWarning",
     "ignore::erfa.core.ErfaWarning",
+    "ignore:invalid value encountered*:RuntimeWarning",
 ]
 doctest_norecursedirs = [
     "*/setup_package.py",
