python311Packages.oslo-log: disable failing test
This commit is contained in:
@@ -48,6 +48,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# not compatible with sandbox
|
||||
"test_logging_handle_error"
|
||||
# File which is used doesn't seem not to be present
|
||||
"test_log_config_append_invalid"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
@@ -55,10 +57,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "oslo.log library";
|
||||
homepage = "https://github.com/openstack/oslo.log";
|
||||
license = licenses.asl20;
|
||||
maintainers = teams.openstack.members;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user