diff --git a/python-kombu.changes b/python-kombu.changes index 460fdef..a07fb16 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 9 08:16:35 UTC 2024 - Markéta Machová + +- Skip one test failing with new redis, upstream is aware of that + ------------------------------------------------------------------- Thu Oct 3 08:31:50 UTC 2024 - Dirk Müller diff --git a/python-kombu.spec b/python-kombu.spec index e02d2f3..8f9ab16 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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