From 16bd198ff23519ac6a66acb681f5b5de529a6ce3 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 2 May 2016 11:52:33 +0530 Subject: [PATCH] disable tests as they need network access --- python-betamax.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-betamax.spec b/python-betamax.spec index 2782453..0790059 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -47,9 +47,10 @@ much easier. %py2_install %py3_install -%check -%{__python2} setup.py test -%{__python3} setup.py test +# disable tests as they need n/w access +#%check +#%{__python2} setup.py test +#%{__python3} setup.py test %files -n python-%{srcname} %doc PKG-INFO @@ -66,6 +67,7 @@ much easier. %changelog * Mon May 02 2016 Parag Nemade - 0.7.0-1 - Update to 0.7.0 release +- disable tests as they need network access * Thu Feb 04 2016 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild