Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyproject-metadata for
openSUSE:Factory checked in at 2023-01-03 15:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyproject-metadata (Old)
and /work/SRC/openSUSE:Factory/.python-pyproject-metadata.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyproject-metadata"
Tue Jan 3 15:04:15 2023 rev:2 rq:1046166 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyproject-metadata/python-pyproject-metadata.changes
2022-09-19 16:02:53.958080247 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyproject-metadata.new.1563/python-pyproject-metadata.changes
2023-01-03 15:04:18.682140760 +0100
@@ -1,0 +2,6 @@
+Mon Jan 2 10:18:48 UTC 2023 - Ben Greiner <[email protected]>
+
+- Skip a test failing due to new error strings in packaging 22
+ gh#FFY00/python-pyproject-metadata#41
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyproject-metadata.spec ++++++
--- /var/tmp/diff_new_pack.TyK4hm/_old 2023-01-03 15:04:19.182143678 +0100
+++ /var/tmp/diff_new_pack.TyK4hm/_new 2023-01-03 15:04:19.190143725 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyproject-metadata
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# https://github.com/FFY00/python-pyproject-metadata/issues/41
+donttest="(test_load and PEP and 508 and definitely)"
+%pytest -k "not ($donttest)"
%files %{python_files}
%license LICENSE