11
0

Accepting request 358511 from home:olh:branches:devel:languages:python

- Disable testsuite in SLE_11 because it requires python 2.7

OBS-URL: https://build.opensuse.org/request/show/358511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=30
This commit is contained in:
2016-02-09 15:09:44 +00:00
committed by Git OBS Bridge
parent 1410eb3803
commit 50b80feafc
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 9 11:51:50 UTC 2016 - olaf@aepfle.de
- Disable testsuite in SLE_11 because it requires python 2.7
-------------------------------------------------------------------
Mon Jan 25 14:47:30 UTC 2016 - michael@stroeder.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pygments
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -65,6 +65,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
%check
if test '%{py_ver}' = "2.6"
then
exit 0
fi
nosetests
%files