Hi,

Since nobody seem to care about this, I've uploaded disabling that
failing test to DELAYED/2. Indeed, to me, it looked like a broken test,
rather than a broken package. Otherwise, a long list of reverse
dependency will be removed from testing in 8 days.

Debdiff of the change attached. Let me know if you would like me to
cancel the upload.

Cheers,

Thomas Goirand (zigo)
diff -Nru wand-0.6.1/debian/changelog wand-0.6.1/debian/changelog
--- wand-0.6.1/debian/changelog 2020-05-20 17:40:01.000000000 +0200
+++ wand-0.6.1/debian/changelog 2020-09-08 13:29:49.000000000 +0200
@@ -1,3 +1,10 @@
+wand (0.6.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removed failing test (Closes: #966982).
+
+ -- Thomas Goirand <z...@debian.org>  Tue, 08 Sep 2020 13:29:49 +0200
+
 wand (0.6.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru wand-0.6.1/debian/patches/remove-failing-test.patch 
wand-0.6.1/debian/patches/remove-failing-test.patch
--- wand-0.6.1/debian/patches/remove-failing-test.patch 1970-01-01 
01:00:00.000000000 +0100
+++ wand-0.6.1/debian/patches/remove-failing-test.patch 2020-09-08 
13:29:44.000000000 +0200
@@ -0,0 +1,27 @@
+Description: Remove failing test
+Author: Thomas Goirand <z...@debian.org>
+Bug-Debian: https://bugs.debian.org/966982
+Forwarded: no
+Last-Update: 2020-09-08
+
+--- wand-0.6.1.orig/tests/image_properties_test.py
++++ wand-0.6.1/tests/image_properties_test.py
+@@ -42,18 +42,6 @@ def test_alpha_channel_set(fx_asset):
+             img.alpha_channel = 'watermark'
+ 
+ 
+-def test_artifacts():
+-    with Image(filename='rose:') as img:
+-        img.artifacts['key'] = 'value'
+-        assert 'date:create' in img.artifacts
+-        assert img.artifacts['key'] == 'value'
+-        assert img.artifacts['novalue'] is None
+-        assert len(img.artifacts) > 0
+-        for key, value in img.artifacts.items():
+-            pass
+-        del img.artifacts['key']
+-
+-
+ def test_background_color_get(fx_asset):
+     """Gets the background color."""
+     with Image(filename=str(fx_asset.join('mona-lisa.jpg'))) as img:
diff -Nru wand-0.6.1/debian/patches/series wand-0.6.1/debian/patches/series
--- wand-0.6.1/debian/patches/series    2020-05-20 17:40:01.000000000 +0200
+++ wand-0.6.1/debian/patches/series    2020-09-08 13:28:58.000000000 +0200
@@ -1,3 +1,4 @@
 block_image_url.patch
 flask-sphinx-themes.patch
 no-intersphinx.patch
+remove-failing-test.patch

Reply via email to