[Python-apps-commits] r13656 - in packages/vdirsyncer/trunk/debian (2 files)

fpytloun-guest at users.alioth.debian.org fpytloun-guest at users.alioth.debian.org
Sat Nov 5 08:28:47 UTC 2016


    Date: Saturday, November 5, 2016 @ 08:28:44
  Author: fpytloun-guest
Revision: 13656

Fix patch fixing tests on slow platforms

Modified:
  packages/vdirsyncer/trunk/debian/changelog
  packages/vdirsyncer/trunk/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch

Modified: packages/vdirsyncer/trunk/debian/changelog
===================================================================
--- packages/vdirsyncer/trunk/debian/changelog	2016-11-04 15:10:04 UTC (rev 13655)
+++ packages/vdirsyncer/trunk/debian/changelog	2016-11-05 08:28:44 UTC (rev 13656)
@@ -1,3 +1,9 @@
+vdirsyncer (0.14.0-2) unstable; urgency=medium
+
+  * d/patches: Fix patch fixing tests on slow platforms
+
+ -- Filip Pytloun <filip at pytloun.cz>  Sat, 05 Nov 2016 09:26:57 +0100
+
 vdirsyncer (0.14.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #842173)

Modified: packages/vdirsyncer/trunk/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch
===================================================================
--- packages/vdirsyncer/trunk/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch	2016-11-04 15:10:04 UTC (rev 13655)
+++ packages/vdirsyncer/trunk/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch	2016-11-05 08:28:44 UTC (rev 13656)
@@ -49,8 +49,8 @@
 @@ -90,6 +90,7 @@ def test_key_conflict(monkeypatch, mystrategy):
  
  
++ at settings(suppress_health_check=["HealthCheck.too_slow"])
  @given(s=st.text(), t=st.text(min_size=1))
-+ at settings(suppress_health_check=["HealthCheck.too_slow"])
  def test_fuzzing(s, t, mystrategy):
      config = expand_fetch_params({
          '{}.fetch'.format(s): ['mystrategy', t]




More information about the Python-apps-commits mailing list