arouteserver: disable copyright year test
This commit is contained in:
parent
8f3e1f8070
commit
81e43efe28
@ -48,6 +48,11 @@ python3Packages.buildPythonPackage rec {
|
|||||||
|
|
||||||
pytestFlagsArray = [ "tests/static" ];
|
pytestFlagsArray = [ "tests/static" ];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# disable copyright year check of files
|
||||||
|
"current_year"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Automatically build (and test) feature-rich configurations for BGP route servers";
|
description = "Automatically build (and test) feature-rich configurations for BGP route servers";
|
||||||
mainProgram = "arouteserver";
|
mainProgram = "arouteserver";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user