Skip to content

Commit

Permalink
arouteserver: disable copyright year test
Browse files Browse the repository at this point in the history
(cherry picked from commit 81e43ef)
  • Loading branch information
MarcelCoding authored and github-actions[bot] committed Jan 10, 2025
1 parent 01738ef commit 1e23a08
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 1e23a08

Please sign in to comment.