[python-simplemediawiki] Remove %check because literally all the tests hit the network

Ian Weller ianweller at fedoraproject.org
Tue Aug 13 05:41:03 UTC 2013


commit 7fee35ecce83dfb6064b5b8f8883d90d1a64c6c6
Author: Ian Weller <ian at ianweller.org>
Date:   Tue Aug 13 01:40:48 2013 -0400

    Remove %check because literally all the tests hit the network

 python-simplemediawiki.spec |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/python-simplemediawiki.spec b/python-simplemediawiki.spec
index 1014ac3..977af84 100644
--- a/python-simplemediawiki.spec
+++ b/python-simplemediawiki.spec
@@ -66,15 +66,6 @@ pushd %{py3dir}
 popd
 %endif
 
-%check
-%{__python} setup.py nosetests
-
-%if 0%{?with_python3}
-pushd %{py3dir}
-%{__python3} setup.py nosetests
-popd
-%endif
-
 %files
 %doc COPYING PKG-INFO README build/sphinx/html
 %{python_sitelib}/*


More information about the scm-commits mailing list