[Git][debian-gis-team/satpy][master] 3 commits: Skip broken test

Antonio Valentino gitlab at salsa.debian.org
Sat Feb 29 17:46:14 GMT 2020



Antonio Valentino pushed to branch master at Debian GIS Project / satpy


Commits:
def27499 by Antonio Valentino at 2020-02-29T17:21:04+00:00
Skip broken test

- - - - -
d84d1a20 by Antonio Valentino at 2020-02-29T17:35:07+00:00
Fix test failure

- - - - -
02488863 by Antonio Valentino at 2020-02-29T17:35:37+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/patches/0003-Skip-broken-tests.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,13 +1,15 @@
-satpy (0.20.0-1) UNRELEASED; urgency=medium
+satpy (0.20.0-1) unstable; urgency=medium
 
   * New upstream release.
   * Update copyright file.
   * debian/patches:
     - drop 0004-xarray-0.15-compat.patch and 0005-New-pygac-syntax.patch,
       applied upstream
+    - update 0003-Skip-broken-tests.patch (see upstream issue #1096
+      https://github.com/pytroll/satpy/issues/1096)
     - refresh remaining patches
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Thu, 27 Feb 2020 07:18:53 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 29 Feb 2020 17:35:13 +0000
 
 satpy (0.19.1-3) unstable; urgency=medium
 


=====================================
debian/patches/0003-Skip-broken-tests.patch
=====================================
@@ -2,10 +2,14 @@ From: Antonio Valentino <antonio.valentino at tiscali.it>
 Date: Tue, 6 Aug 2019 19:14:13 +0200
 Subject: Skip broken tests
 
+See also upstream bug #1096 [1]
+
+[1] https://github.com/pytroll/satpy/issues/1096
 ---
  satpy/tests/reader_tests/test_avhrr_l1b_gaclac.py | 5 +++++
  satpy/tests/writer_tests/test_mitiff.py           | 4 ++--
- 2 files changed, 7 insertions(+), 2 deletions(-)
+ satpy/tests/writer_tests/test_ninjotiff.py        | 1 +
+ 3 files changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/satpy/tests/reader_tests/test_avhrr_l1b_gaclac.py b/satpy/tests/reader_tests/test_avhrr_l1b_gaclac.py
 index a16e662..667697e 100644
@@ -66,3 +70,15 @@ index 199e210..6a2bcef 100644
  
      def test_simple_write_two_bands(self):
          """Test basic writer operation with 3 bands from 2 prerequisites"""
+diff --git a/satpy/tests/writer_tests/test_ninjotiff.py b/satpy/tests/writer_tests/test_ninjotiff.py
+index 6f557f6..f9d6d2a 100644
+--- a/satpy/tests/writer_tests/test_ninjotiff.py
++++ b/satpy/tests/writer_tests/test_ninjotiff.py
+@@ -63,6 +63,7 @@ class TestNinjoTIFFWriter(unittest.TestCase):
+         uconv.assert_called_once_with(dataset, 'K', 'CELSIUS')
+         self.assertEqual(iwsd.call_count, 1)
+ 
++    @unittest.skip('broken')
+     @mock.patch('satpy.writers.ninjotiff.NinjoTIFFWriter.save_dataset')
+     @mock.patch('satpy.writers.ninjotiff.ImageWriter.save_image')
+     def test_image(self, iwsi, save_dataset):



View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/2f65afe0334320684d4d99f97ca51beb836404d7...02488863482c38484b36a3325401fa2ed7a43063

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/2f65afe0334320684d4d99f97ca51beb836404d7...02488863482c38484b36a3325401fa2ed7a43063
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200229/45dbadb0/attachment-0001.html>


More information about the Pkg-grass-devel mailing list