File: 0001-Fix-tests.patch

package info (click to toggle)
pyspectral 0.13.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,184 kB
  • sloc: python: 6,070; makefile: 123
file content (20 lines) | stat: -rw-r--r-- 626 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: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Wed, 26 Dec 2018 12:26:52 +0000
Subject: Fix tests

Disable tests that require the network or external data

Forwarded: not-needed
---
 pyspectral/tests/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyspectral/tests/__init__.py b/pyspectral/tests/__init__.py
index b6039d7..bfac2b8 100644
--- a/pyspectral/tests/__init__.py
+++ b/pyspectral/tests/__init__.py
@@ -17,3 +17,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """The tests package."""
+