[python-yourls/el6] removing check for f15 due to lack of pytest

Tim Flink tflink at fedoraproject.org
Tue Sep 20 16:36:08 UTC 2011


commit 3096314b24e789543146adb05132e00036d02d48
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Tue Sep 20 10:32:24 2011 -0600

    removing check for f15 due to lack of pytest

 python-yourls.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/python-yourls.spec b/python-yourls.spec
index d54877b..ba16fe6 100644
--- a/python-yourls.spec
+++ b/python-yourls.spec
@@ -11,8 +11,6 @@ Source0:        https://github.com/downloads/tflink/python-yourls/%{name}-%{vers
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-# This only exists in F16 and newer
-BuildRequires:  pytest
 
 %description
 Simple Python client for the YOURLS URL shortener
@@ -20,11 +18,6 @@ Simple Python client for the YOURLS URL shortener
 %prep
 %setup -q
 
-# the dependency needed to run the tests is only included in F16 and newer
-# python-pytest > 2.0
-%%check
-%%{__python} setup.py test
-
 %build
 %{__python} setup.py build
 


More information about the scm-commits mailing list