From 168218431cacbb99eb63d63bcd49a3c7c71b32f9e5b946ef876b6bb1b436096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Jul 2019 09:15:37 +0000 Subject: [PATCH] - Simplify the pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=69 --- python-six.changes | 5 +++++ python-six.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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