[pygobject3/f19] Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2

Kalev Lember kalev at fedoraproject.org
Sun Jun 2 11:06:13 UTC 2013


commit 96b6b261dfa5ec14ec6c1c1f80b572d84a407096
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jun 2 11:04:44 2013 +0200

    Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701009

 pygobject3.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/pygobject3.spec b/pygobject3.spec
index e694f31..4c8ce39 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -22,7 +22,7 @@
 
 Name: pygobject3
 Version: 3.8.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+ and MIT
 Group: Development/Languages
 Summary: Python 2 bindings for GObject Introspection
@@ -92,7 +92,10 @@ BuildRequires: pycairo-devel
 # Required by the upstream selftest suite:
 %if %{with_check}
 %if 0%{?fedora}
-BuildRequires: pyflakes
+# Temporarily disabled pyflakes tests to avoid the build failing due to too new
+# pyflakes 0.7.2 in F19
+# https://bugzilla.gnome.org/show_bug.cgi?id=701009
+#BuildRequires: pyflakes
 BuildRequires: python-pep8
 %endif
 ## for the Gdk and Gtk typelibs, used during the test suite:
@@ -268,6 +271,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity}
 %endif # with_python3
 
 %changelog
+* Sun Jun 02 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.2-2
+- Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
+
 * Mon May 13 2013 Richard Hughes <rhughes at redhat.com> - 3.8.2-1
 - Update to 3.8.2
 


More information about the scm-commits mailing list