Skip to content

Commit

Permalink
arouteserver: disable copyright year test (#372622)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 10, 2025
2 parents 01738ef + 1e23a08 commit 362878b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/ar/arouteserver/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 362878b

Please sign in to comment.