python3Packages.aocd: disable test_main_user_ambiguous on python 3.14 (#519287)

This commit is contained in:
yaya
2026-05-13 07:05:09 +00:00
committed by GitHub
@@ -14,6 +14,7 @@
pytest-socket,
pytestCheckHook,
python-dateutil,
pythonAtLeast,
requests,
requests-mock,
rich,
@@ -63,6 +64,11 @@ buildPythonPackage rec {
"tests/"
];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# argparse prog detection changed in 3.14
"test_main_user_ambiguous"
];
pythonImportsCheck = [ "aocd" ];
meta = {