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

package info (click to toggle)
ginga 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,276 kB
  • sloc: python: 94,998; javascript: 410; makefile: 146
file content (20 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (2)
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 fc32dc2..9548896 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,6 @@ testpaths = "ginga" "doc"
 norecursedirs = build doc/_build
 astropy_header = true
 filterwarnings = 
-	error
 	ignore:numpy.ndarray size changed:RuntimeWarning
 	ignore:numpy.ufunc size changed:RuntimeWarning
 	ignore:distutils Version classes are deprecated:DeprecationWarning