python313Packages.tabulate: skip broken test

This commit is contained in:
K900
2025-12-18 16:52:32 +03:00
parent 2b0caf2b96
commit 8add175eee
@@ -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";