Skip to content

Commit b066ab3

Browse files
committed
ripe-atlas-tools: fix build
1 parent 9bb6a26 commit b066ab3

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)