Unverified Commit 221cd6de authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

ripe-atlas-tools: fix build (#404607)

parents 5da2cb42 b066ab37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ python3.pkgs.buildPythonApplication rec {
  ];

  disabledTests = [
    # Disable this test because on Python >= 3.12 it fails due to argparse changes https://github.com/python/cpython/pull/124578
    "test_add_arguments"
    # Network tests: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/234
    "test_arg_from_file"
    "test_arg_from_stdin"