Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-arraydiff for
openSUSE:Factory checked in at 2026-01-20 21:05:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-arraydiff (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-arraydiff.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-arraydiff"
Tue Jan 20 21:05:10 2026 rev:6 rq:1328263 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-arraydiff/python-pytest-arraydiff.changes
2023-12-15 21:48:52.977678654 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-arraydiff.new.1928/python-pytest-arraydiff.changes
2026-01-20 21:05:22.070065671 +0100
@@ -1,0 +2,6 @@
+Tue Jan 20 12:45:21 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Do not use %pytest macro for running tests as it conflicts with
+ internal .astropy/config
+
+-------------------------------------------------------------------
New:
----
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-arraydiff.spec ++++++
--- /var/tmp/diff_new_pack.wUTjyu/_old 2026-01-20 21:05:23.554127010 +0100
+++ /var/tmp/diff_new_pack.wUTjyu/_new 2026-01-20 21:05:23.562127340 +0100
@@ -81,7 +81,16 @@
%check
# not installed in :test multiflavor
export PYTHONPATH="$PWD"
-%pytest
+BASEPATH=$PYTHONPATH
+
+# Don't run the tests with %%pytest macro as it sets the
+# XDG_CONFIG_HOME env variable that conflicts with the .astropy/config
+# folder.
+export -n XDG_CONFIG_HOME
+%{python_expand #
+export PYTHONPATH=${BASEPATH}:%{buildroot}%{$python_sitelib}
PYTHONDONTWRITEBYTECODE=1
+$python -m pytest -v
+}
%endif
%if !%{with test}
++++++ _scmsync.obsinfo ++++++
mtime: 1768913826
commit: d51f6c810c3e8462cc66ffa39413e3a2500444069e6acbab44398eb30a3ee1d3
url: https://src.opensuse.org/python-pytest/python-pytest-arraydiff.git
revision: d51f6c810c3e8462cc66ffa39413e3a2500444069e6acbab44398eb30a3ee1d3
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-20 13:58:29.000000000 +0100
@@ -0,0 +1 @@
+.osc