[python-markdown2/el6] Skip pygments tests on rhel6.

Thomas Moschny thm at fedoraproject.org
Sat Mar 17 10:57:52 UTC 2012


commit b1611dcae0ddd4ce628b347cf1ea2f2deff09237
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Mar 17 11:57:19 2012 +0100

    Skip pygments tests on rhel6.

 python-markdown2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-markdown2.spec b/python-markdown2.spec
index 50c8568..b5c726a 100644
--- a/python-markdown2.spec
+++ b/python-markdown2.spec
@@ -6,7 +6,7 @@
 
 Name:           python-%{srcname}
 Version:        1.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast and complete Python implementation of Markdown
 Group:          Development/Languages
 License:        MIT
@@ -54,7 +54,7 @@ rm -rf %{buildroot}
 
 %check
 cd test
-%{__python} test.py -- -knownfailure
+%{__python} test.py -- -knownfailure -pygments
 
 
 %files
@@ -65,6 +65,9 @@ cd test
 
 
 %changelog
+* Sat Mar 17 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.1.1-2
+- Skip pygments tests on rhel6.
+
 * Fri Mar 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.1.1-1
 - Update to 1.1.1.
 


More information about the scm-commits mailing list