File: disable-tests-that-require-Internet.patch

package info (click to toggle)
libgweather4 4.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,320 kB
  • sloc: xml: 43,729; ansic: 10,088; python: 161; sh: 50; makefile: 18; javascript: 5
file content (22 lines) | stat: -rw-r--r-- 617 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
21
22
From: Jeremy Bicha <jbicha@debian.org>
Date: Wed, 9 Feb 2022 17:34:46 -0500
Subject: disable tests that require Internet

We should rework this to be a build flag before forwarding upstream
---
 libgweather/tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgweather/tests/meson.build b/libgweather/tests/meson.build
index 3574027..63ba8ca 100644
--- a/libgweather/tests/meson.build
+++ b/libgweather/tests/meson.build
@@ -20,7 +20,7 @@ gweather_tests = [
     },
   },
   { 'name': 'timezones' },
-  { 'name': 'metar' },
+  #{ 'name': 'metar' },
 ]
 
 foreach t: gweather_tests