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