From e881d273ba668385d8ec5c48945ebb6db1d02dda Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Jan 03 2017 15:14:38 +0000 Subject: Enable tests --- diff --git a/python-wheel.spec b/python-wheel.spec index 5cc6d97..50f8ebb 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,10 +1,10 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global pypi_name wheel Name: python-%{pypi_name} Version: 0.30.0a0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A built-package format for Python License: MIT @@ -107,6 +107,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %exclude %{python3_sitelib}/%{pypi_name}/test %changelog +* Tue Jan 03 2017 Charalampos Stratakis - 0.30.0a0-5 +- Enable tests + * Fri Dec 09 2016 Charalampos Stratakis - 0.30.0a0-4 - Rebuild for Python 3.6 without tests