diff --git a/python-six.changes b/python-six.changes index 4c15efe..287913f 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 18 09:15:25 UTC 2019 - Tomáš Chvátal + +- Simplify the pytest call + ------------------------------------------------------------------- Tue Jun 11 06:58:13 UTC 2019 - Tomáš Chvátal diff --git a/python-six.spec b/python-six.spec index 9ad9054..2f00fe9 100644 --- a/python-six.spec +++ b/python-six.spec @@ -84,12 +84,7 @@ cd documentation && make html && rm _build/html/.buildinfo %check %if %{with test} -mkdir test -cp test_six.py test -pushd test %pytest test_six.py -popd -rm -rf test %endif %pre