Enable tests

This commit is contained in:
Charalampos Stratakis 2016-12-13 15:12:39 +01:00
parent 71b0d8ba2f
commit 98a875596c

View File

@ -3,7 +3,7 @@
%{!?_with_bootstrap: %global bootstrap 0} %{!?_with_bootstrap: %global bootstrap 0}
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
%global with_check 0 %global with_check 1
%global build_wheel 1 %global build_wheel 1
%else %else
%global with_check 0 %global with_check 0
@ -30,7 +30,7 @@
Name: python-setuptools Name: python-setuptools
Version: 30.4.0 Version: 30.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 30.4.0-2
- Enable tests
* Sun Dec 11 2016 Kevin Fenzi <kevin@scrye.com> - 30.4.0-1 * Sun Dec 11 2016 Kevin Fenzi <kevin@scrye.com> - 30.4.0-1
- Update to 30.4.0. Fixes bug #1400310 - Update to 30.4.0. Fixes bug #1400310