arouteserver: disable copyright year test (#371416)

This commit is contained in:
Vladimír Čunát
2025-01-10 11:49:23 +01:00
+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";