Accepting request 1206570 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1206570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=85
This commit is contained in:
Ana Guerrero 2024-10-09 20:14:07 +00:00 committed by Git OBS Bridge
commit 1515665369
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 9 08:16:35 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Skip one test failing with new redis, upstream is aware of that
-------------------------------------------------------------------
Thu Oct 3 08:31:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -79,7 +79,8 @@ rm t/unit/transport/test_azureservicebus.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_global_keyprefix_transaction doesn't support new redis yet https://github.com/celery/kombu/pull/2132
%pytest -k "not test_global_keyprefix_transaction"
%files %{python_files}
%license LICENSE