python312Packages.kombu: disable failing test

This commit is contained in:
Fabian Affolter
2024-10-13 11:09:50 +02:00
committed by Martin Weinelt
parent 839ff20cd5
commit 81daed5680
@@ -79,6 +79,8 @@ buildPythonPackage rec {
disabledTests = [
# Disable pyro4 test
"test_driver_version"
# AssertionError: assert [call('WATCH'..., 'test-tag')] ==...
"test_global_keyprefix_transaction"
];
meta = with lib; {