Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-check-manifest for
openSUSE:Factory checked in at 2022-11-24 13:37:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-check-manifest (Old)
and /work/SRC/openSUSE:Factory/.python-check-manifest.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-check-manifest"
Thu Nov 24 13:37:27 2022 rev:13 rq:1037860 version:0.48
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-check-manifest/python-check-manifest.changes
2022-09-27 20:14:04.889846972 +0200
+++
/work/SRC/openSUSE:Factory/.python-check-manifest.new.1597/python-check-manifest.changes
2022-11-24 13:37:28.929368515 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 10:46:40 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add "git config --global --add protocol.file.allow always" to fix tests,
+ based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-check-manifest.spec ++++++
--- /var/tmp/diff_new_pack.7pU2du/_old 2022-11-24 13:37:29.877373587 +0100
+++ /var/tmp/diff_new_pack.7pU2du/_new 2022-11-24 13:37:29.881373608 +0100
@@ -98,6 +98,8 @@
# E TypeError: tuple indices must be integers or slices, not str
skip="$skip or test_extra_ignore_args or test_ignore_bad_ideas_args"
%endif
+# Fix tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597
+git config --global --add protocol.file.allow always
%pytest -rs -k "not ($skip)"
%endif