From 66211f18b61c8efaf58d2e9633b2e15a3f218583048b2d477d8c979221a1727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Jan 2023 12:31:21 +0000 Subject: [PATCH] Accepting request 1046134 from home:bnavigator:branches:devel:languages:python - Skip a test failing due to new error strings in packaging 22 gh#FFY00/python-pyproject-metadata#41 OBS-URL: https://build.opensuse.org/request/show/1046134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-metadata?expand=0&rev=3 --- python-pyproject-metadata.changes | 6 ++++++ python-pyproject-metadata.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-pyproject-metadata.changes b/python-pyproject-metadata.changes index 862398c..08d1750 100644 --- a/python-pyproject-metadata.changes +++ b/python-pyproject-metadata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 2 10:18:48 UTC 2023 - Ben Greiner + +- Skip a test failing due to new error strings in packaging 22 + gh#FFY00/python-pyproject-metadata#41 + ------------------------------------------------------------------- Sat Sep 10 21:25:27 UTC 2022 - Ben Greiner diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index f57080d..b25ec27 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -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 @@ file (e.g. `PKG-INFO`). %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