Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-compat-patcher-core for
openSUSE:Factory checked in at 2021-12-14 22:02:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-compat-patcher-core (Old)
and /work/SRC/openSUSE:Factory/.python-compat-patcher-core.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-compat-patcher-core"
Tue Dec 14 22:02:15 2021 rev:4 rq:940544 version:1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-compat-patcher-core/python-compat-patcher-core.changes
2021-05-15 23:17:29.116427762 +0200
+++
/work/SRC/openSUSE:Factory/.python-compat-patcher-core.new.2520/python-compat-patcher-core.changes
2021-12-14 22:02:42.071165201 +0100
@@ -1,0 +2,5 @@
+Mon Dec 13 13:35:12 UTC 2021 - [email protected]
+
+- fix tests, do not require pytest-runner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-compat-patcher-core.spec ++++++
--- /var/tmp/diff_new_pack.NC7pPa/_old 2021-12-14 22:02:42.559165479 +0100
+++ /var/tmp/diff_new_pack.NC7pPa/_new 2021-12-14 22:02:42.563165481 +0100
@@ -36,8 +36,9 @@
# SECTION test requirements
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module pytest-cov}
-BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
+BuildRequires: %{python_module tomli}
BuildRequires: python3-pytest-cookies
# /SECTION
%python_subpackages
@@ -61,7 +62,8 @@
%check
# Cookiecutter is only available as python3
%python_expand [ %{_bindir}/$python -ef %{_bindir}/python3 ] ||
$python_ignore="--ignore tests/test_cookiecutter_recipe.py"
-%pytest tests ${$python_ignore}
+# _and_run_tests: use setup.py test
+%pytest tests ${$python_ignore} -k 'not _and_run_tests'
%files %{python_files}
%doc AUTHORS CHANGELOG README.rst