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:
commit
1515665369
@ -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>
|
Thu Oct 3 08:31:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -79,7 +79,8 @@ rm t/unit/transport/test_azureservicebus.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user