Skip to content

Commit 221cd6d

Browse files
authored
ripe-atlas-tools: fix build (#404607)
2 parents 5da2cb4 + b066ab3 commit 221cd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ri/ripe-atlas-tools/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ python3.pkgs.buildPythonApplication rec {
5959
];
6060

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

0 commit comments

Comments
 (0)