arouteserver: disable copyright year test

This commit is contained in:
Marcel
2025-01-07 16:07:28 +01:00
parent 8f3e1f8070
commit 81e43efe28
+5
View File
@@ -48,6 +48,11 @@ python3Packages.buildPythonPackage rec {
pytestFlagsArray = [ "tests/static" ];
disabledTests = [
# disable copyright year check of files
"current_year"
];
meta = {
description = "Automatically build (and test) feature-rich configurations for BGP route servers";
mainProgram = "arouteserver";