Commit 233696e8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.oslo-log: disable failing test

parent f6408d2e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  };
}