Enable tests
This commit is contained in:
parent
3a44a205cb
commit
0cc703d8a5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 5.0.6
|
Version: 5.0.6
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Config file reading, writing, and validation
|
Summary: Config file reading, writing, and validation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,7 +24,7 @@ BuildRequires: python-six
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
#BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ConfigObj is a simple but powerful configuration file reader and writer: an ini
|
ConfigObj is a simple but powerful configuration file reader and writer: an ini
|
||||||
@ -68,7 +68,7 @@ export PYTHONWARNINGS=always
|
|||||||
%{__python2} test_configobj.py
|
%{__python2} test_configobj.py
|
||||||
py.test-%{python2_version} tests
|
py.test-%{python2_version} tests
|
||||||
%{__python3} test_configobj.py
|
%{__python3} test_configobj.py
|
||||||
#py.test-%{python3_version} tests
|
py.test-%{python3_version} tests
|
||||||
|
|
||||||
%files -n python2-%{pypi_name}
|
%files -n python2-%{pypi_name}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -83,6 +83,9 @@ py.test-%{python2_version} tests
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 5.0.6-7
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 5.0.6-6
|
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 5.0.6-6
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
- Disable python3 tests for now
|
- Disable python3 tests for now
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user