python3Packages.swh-scheduler: disable test_task_exception (#523366)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user