make tests pass again
This commit is contained in:
parent
bfa03d4c93
commit
be5fd98ccd
@ -13,7 +13,7 @@
|
||||
|
||||
Name: python-pluggy
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The plugin manager stripped of pytest specific details
|
||||
|
||||
License: MIT
|
||||
@ -92,7 +92,7 @@ popd
|
||||
|
||||
%if 0%{?with_python3}
|
||||
pushd python3
|
||||
py.test-3.4 testing/test_pluggy.py
|
||||
py.test-%{python3_version} testing/test_pluggy.py
|
||||
popd
|
||||
%endif
|
||||
|
||||
@ -109,8 +109,7 @@ popd
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{pypiname}
|
||||
%{python3_sitelib}/%{pypiname}.py
|
||||
%{python3_sitelib}/__pycache__/%{pypiname}.cpython-34.pyc
|
||||
%{python3_sitelib}/__pycache__/%{pypiname}.cpython-34.pyo
|
||||
%{python3_sitelib}/__pycache__/%{pypiname}.cpython-%{python3_version_nodots}*.pyc
|
||||
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
@ -118,6 +117,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2015 Matthias Runge <mrunge@redhat.com> - 0.3.1-3
|
||||
- make tests pass again on Python 3.5
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user