diff --git a/python-parameterized.changes b/python-parameterized.changes index 346ccc3..32ec973 100644 --- a/python-parameterized.changes +++ b/python-parameterized.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 14 03:29:41 UTC 2020 - John Vandenberg + +- Re-activate testing with pytest runner + ------------------------------------------------------------------- Tue Jun 2 14:26:24 UTC 2020 - pgajdos@suse.com diff --git a/python-parameterized.spec b/python-parameterized.spec index 534603f..c057043 100644 --- a/python-parameterized.spec +++ b/python-parameterized.spec @@ -30,6 +30,7 @@ Patch0: skip_Documentation_tests.patch BuildRequires: %{python_module mock} BuildRequires: %{python_module nose2} BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -41,8 +42,6 @@ BuildArch: noarch %description Parameterized testing with any Python test framework. -Not working with supportest "pytest" versions - %prep %setup -q -n parameterized-%{version} %autopatch -p1 @@ -59,6 +58,7 @@ export LANG=en_US.UTF8 %{python_expand nosetests-%$python_version} %{python_expand nose2-%$python_version} %python_exec -m unittest parameterized.test +%pytest parameterized/test.py %files %{python_files} %doc CHANGELOG.txt README.rst