20
0

Accepting request 1238241 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1238241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-option-group?expand=0&rev=4
This commit is contained in:
2025-01-16 17:34:40 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions
+5
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>
+3 -2
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