From 68a49a7aea32c5d0c53927049858d443b7a23205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Wed, 9 Nov 2011 11:37:26 +0100 Subject: [PATCH] disable running of unittests for el6 --- python-tornado.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index 8161391..d898303 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -58,7 +58,9 @@ python setup.py install --root=%{buildroot} rm -rf %{buildroot} %check -python -m unittest discover -s tornado/test -p *test.py +%if "%{dist}" != "el6" + python -m unittest discover -s tornado/test -p *test.py +%endif %files %defattr(-,root,root,-)