File: Ignore-runtime-warnings-during-tests.patch

package info (click to toggle)
ginga 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 39,564 kB
  • sloc: python: 87,553; javascript: 1,802; makefile: 146
file content (20 lines) | stat: -rw-r--r-- 586 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, 27 Aug 2021 10:10:08 +0200
Subject: Ignore runtime warnings during tests

---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index d7bbf54..581d7a2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,6 @@ norecursedirs = build doc/_build
 astropy_header = true
 addopts = --doctest-ignore-import-errors
 filterwarnings = 
-	error
 	ignore:numpy.ndarray size changed:RuntimeWarning
 	ignore:numpy.ufunc size changed:RuntimeWarning
 	ignore:distutils Version classes are deprecated:DeprecationWarning