python3Packages.swh-scheduler: disable test_task_exception (#523366)

This commit is contained in:
Pol Dellaiera
2026-05-23 21:16:35 +00:00
committed by GitHub
@@ -86,7 +86,10 @@ buildPythonPackage (finalAttrs: {
types-requests
];
disabledTests = [ "test_setup_log_handler_with_env_configuration" ];
disabledTests = [
"test_setup_log_handler_with_env_configuration"
"test_task_exception"
];
meta = {
changelog = "https://gitlab.softwareheritage.org/swh/devel/swh-scheduler/-/tags/${finalAttrs.src.tag}";