File: Ignore-invalid-value-warnings-that-happen-on-mips64el.patch

package info (click to toggle)
astropy 7.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 35,328 kB
  • sloc: python: 233,437; ansic: 55,264; javascript: 17,680; lex: 8,621; sh: 3,317; xml: 2,287; makefile: 191
file content (20 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 d66d9f2..5e7ce06 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -219,6 +219,7 @@ filterwarnings = [
     "ignore::DeprecationWarning",
     "ignore::astropy.utils.iers.iers.IERSStaleWarning",
     "ignore::erfa.core.ErfaWarning",
+    "ignore:invalid value encountered*:RuntimeWarning",
     "ignore:unclosed <socket:ResourceWarning",
     "ignore:unclosed <ssl.SSLSocket:ResourceWarning",
     "ignore:matplotlibrc text\\.usetex:UserWarning:matplotlib",