tlsrpt-reporter: disable failing tests

These tests match on argparse output, which changed in Python 3.14.
This commit is contained in:
Martin Weinelt
2026-07-08 18:06:04 +02:00
parent 1e94a0307f
commit ec272fbc8d
@@ -58,6 +58,13 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
python3.pkgs.pytestCheckHook
];
disabledTests = [
# argparse string matching offset since py314
"test_b0rkcmd"
"test_intarg_cmd_float"
"test_intarg_cmd_string"
];
pythonImportsCheck = [
"tlsrpt_reporter"
];