14
0

Accepting request 1238232 from home:mcalabkova:branches:devel:languages:python

- Skip test failing with new click and create an issue upstream

OBS-URL: https://build.opensuse.org/request/show/1238232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=7
This commit is contained in:
2025-01-16 12:27:12 +00:00
committed by Git OBS Bridge
parent a6f5b781b0
commit 4464d7c1ff
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 16 11:44:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip test failing with new click and create an issue upstream
-------------------------------------------------------------------
Tue Jun 20 16:50:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-option-group
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,7 +57,8 @@ dos2unix README.md CHANGELOG.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_missing_group_decl_first_api fails with click 8.1.8 https://github.com/click-contrib/click-option-group/issues/65
%pytest -k "not test_missing_group_decl_first_api"
%files %{python_files}
%doc CHANGELOG.md README.md