python311Packages.oslo-log: disable failing test

This commit is contained in:
Fabian Affolter
2023-07-05 15:29:56 +02:00
parent f6408d2e99
commit 233696e8eb
@@ -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;
};
}