check-meta: remove support for meta.tests (#485131)

This commit is contained in:
Philip Taron
2026-01-30 06:50:31 +00:00
committed by GitHub
-9
View File
@@ -373,15 +373,6 @@ let
unfree = bool;
unsupported = bool;
insecure = bool;
tests = {
name = "test";
verify =
x:
x == { }
||
# Accept {} for tests that are unsupported
(isDerivation x && x ? meta.timeout);
};
timeout = int;
knownVulnerabilities = listOf str;
badPlatforms = platforms;