From 3de404ed2ad69314b5cec40643d659676d30108707ea64ee27cc1a659d8c2a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Oct 2018 07:54:24 +0000 Subject: [PATCH] - Make sure the tests are executed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=45 --- python-tox.changes | 5 +++++ python-tox.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tox.changes b/python-tox.changes index 9f20dbb..f5692f4 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 18 07:54:12 UTC 2018 - Tomáš Chvátal + +- Make sure the tests are executed + ------------------------------------------------------------------- Fri Oct 12 03:14:03 UTC 2018 - Arun Persaud diff --git a/python-tox.spec b/python-tox.spec index c680634..e5b15aa 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -109,7 +109,7 @@ done %check export PYTHONDONTWRITEBYTECODE=1 -%python_exec setup.py test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %post %python_install_alternative tox tox-quickstart