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