We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb6a26 commit b066ab3Copy full SHA for b066ab3
pkgs/by-name/ri/ripe-atlas-tools/package.nix
@@ -59,6 +59,8 @@ python3.pkgs.buildPythonApplication rec {
59
];
60
61
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"
64
# Network tests: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/234
65
"test_arg_from_file"
66
"test_arg_from_stdin"
0 commit comments