Hello community,
here is the log from the commit of package python-parameterized for
openSUSE:Factory checked in at 2020-08-15 21:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parameterized (Old)
and /work/SRC/openSUSE:Factory/.python-parameterized.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parameterized"
Sat Aug 15 21:14:18 2020 rev:8 rq:826613 version:0.7.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-parameterized/python-parameterized.changes
2020-06-05 20:00:28.731992702 +0200
+++
/work/SRC/openSUSE:Factory/.python-parameterized.new.3399/python-parameterized.changes
2020-08-15 21:14:57.323438325 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 03:29:41 UTC 2020 - John Vandenberg <[email protected]>
+
+- Re-activate testing with pytest runner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-parameterized.spec ++++++
--- /var/tmp/diff_new_pack.Ml8YPS/_old 2020-08-15 21:15:02.495441220 +0200
+++ /var/tmp/diff_new_pack.Ml8YPS/_new 2020-08-15 21:15:02.499441222 +0200
@@ -30,6 +30,7 @@
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 @@
%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 @@
%{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