tests.problems: adjust test code for oldestSupportedRelease=26.05

In 53cd6f263c the oldestSupportedRelease
version was bumped to 26.05 which caused the meta/problems tests to
fail because the `config.allowBrokenPredicate` is now deprecated and
the code is warning about it.
This commit is contained in:
Andreas Rammhold
2026-07-10 13:19:56 +02:00
parent c557d0d0a6
commit 4aef6f76d4

View File

@@ -5,7 +5,7 @@ let
system = "x86_64-linux";
overlays = [ ];
config = {
allowBrokenPredicate = attrs: lib.getName attrs == "a";
problems.handlers.a.broken = "ignore";
};
};
in