python313Packages.tabulate: skip broken test
This commit is contained in:
@@ -35,6 +35,11 @@ buildPythonPackage rec {
|
||||
]
|
||||
++ lib.concatAttrValues optional-dependencies;
|
||||
|
||||
# Tests against stdlib behavior which changed in https://github.com/python/cpython/pull/139070
|
||||
disabledTests = [
|
||||
"test_wrap_multiword_non_wide"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Pretty-print tabular data";
|
||||
mainProgram = "tabulate";
|
||||
|
||||
Reference in New Issue
Block a user