arouteserver: disable copyright year test
This commit is contained in:
parent
8f3e1f8070
commit
81e43efe28
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user