14
0

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

- The test doesn't fail anymore with click 8.2.0

OBS-URL: https://build.opensuse.org/request/show/1243314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=9
This commit is contained in:
2025-02-05 15:41:29 +00:00
committed by Git OBS Bridge
parent 4464d7c1ff
commit ed0584a52b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 5 10:41:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- The test doesn't fail anymore with click 8.2.0
-------------------------------------------------------------------
Thu Jan 16 11:44:42 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -57,8 +57,7 @@ dos2unix README.md CHANGELOG.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# 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"
%pytest
%files %{python_files}
%doc CHANGELOG.md README.md