From be5fd98ccdc6edac142093f7c0c713ea612bf4f1 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 16 Nov 2015 08:46:03 +0100 Subject: [PATCH] make tests pass again --- python-pluggy.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index f797230..432cca4 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -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 - 0.3.1-3 +- make tests pass again on Python 3.5 + * Tue Nov 10 2015 Fedora Release Engineering - 0.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5