tlsrpt-reporter: disable failing tests (#539658)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user