Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
https://bugzilla.gnome.org/show_bug.cgi?id=701009
This commit is contained in:
parent
4a7615d9f9
commit
83d2b3daab
@ -22,7 +22,7 @@
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.9.1
|
||||
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@gmail.com> - 3.9.1-2
|
||||
- Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
|
||||
|
||||
* Fri May 10 2013 Richard Hughes <rhughes@redhat.com> - 3.9.1-1
|
||||
- Update to 3.9.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user