Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-shutil for
openSUSE:Factory checked in at 2023-01-06 17:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-shutil (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-shutil.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-shutil"
Fri Jan 6 17:04:33 2023 rev:8 rq:1040238 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2022-04-23 19:45:09.242925383 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.1563/python-pytest-shutil.changes
2023-01-06 17:05:00.315995898 +0100
@@ -1,0 +2,6 @@
+Mon Dec 5 11:16:10 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Disable test_pretty_formatter test that fails in osc build but it works when
+ run manually.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-shutil.spec ++++++
--- /var/tmp/diff_new_pack.E6ZiSW/_old 2023-01-06 17:05:00.807998661 +0100
+++ /var/tmp/diff_new_pack.E6ZiSW/_new 2023-01-06 17:05:00.811998684 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-shutil
Version: 1.7.0
@@ -78,7 +77,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Disable test_pretty_formatter test that fails in osc build but it works when
+# run manually. It should be something related to the shell and termcolor
+%pytest -k "not test_pretty_formatter"
%files %{python_files}
%doc README.md CHANGES.md