tlsrpt-reporter: disable failing tests (#539658)

This commit is contained in:
Martin Weinelt
2026-07-08 16:12:02 +00:00
committed by GitHub
@@ -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"
];