arouteserver: disable copyright year test

This commit is contained in:
Marcel 2025-01-06 13:14:43 +01:00
parent 8f3e1f8070
commit 81e43efe28
No known key found for this signature in database
GPG Key ID: 446F3B093DF81C6A

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";