disable tests as they need network access

epel8^2
Parag Nemade 9 years ago
parent 75d7146a88
commit 16bd198ff2

@ -47,9 +47,10 @@ much easier.
%py2_install %py2_install
%py3_install %py3_install
%check # disable tests as they need n/w access
%{__python2} setup.py test #%check
%{__python3} setup.py test #%{__python2} setup.py test
#%{__python3} setup.py test
%files -n python-%{srcname} %files -n python-%{srcname}
%doc PKG-INFO %doc PKG-INFO
@ -66,6 +67,7 @@ much easier.
%changelog %changelog
* Mon May 02 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-1 * Mon May 02 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-1
- Update to 0.7.0 release - Update to 0.7.0 release
- disable tests as they need network access
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save