python3Packages.aocd: disable test_main_user_ambiguous on python 3.14 (#519287)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user