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
This commit is contained in:
parent
8cc8d2443f
commit
66211f18b6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 2 10:18:48 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sat Sep 10 21:25:27 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyproject-metadata
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user