python313Packages.kombu: skip test broken by redis-py update

This commit is contained in:
K900
2026-03-08 21:32:05 +03:00
parent 6d5a86ccdd
commit f9287fae3d
@@ -93,6 +93,8 @@ buildPythonPackage rec {
"test_driver_version"
# AssertionError: assert [call('WATCH'..., 'test-tag')] ==...
"test_global_keyprefix_transaction"
# Broken on latest redis-py, see https://github.com/celery/kombu/issues/2362
"test_connparams_health_check_interval_supported"
];
meta = {