diff --git a/python-configobj.spec b/python-configobj.spec index 6e59ffe..f47a9db 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.0.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -24,7 +24,7 @@ BuildRequires: python-six BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six -#BuildRequires: python3-pytest +BuildRequires: python3-pytest %description ConfigObj is a simple but powerful configuration file reader and writer: an ini @@ -68,7 +68,7 @@ export PYTHONWARNINGS=always %{__python2} test_configobj.py py.test-%{python2_version} tests %{__python3} test_configobj.py -#py.test-%{python3_version} tests +py.test-%{python3_version} tests %files -n python2-%{pypi_name} %doc README.md @@ -83,6 +83,9 @@ py.test-%{python2_version} tests %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Tue Dec 13 2016 Charalampos Stratakis - 5.0.6-7 +- Enable tests + * Mon Dec 12 2016 Charalampos Stratakis - 5.0.6-6 - Rebuild for Python 3.6 - Disable python3 tests for now