python3Packages.python-box: disable failing test

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:18 +02:00
parent e17e40f43a
commit 28da70c576
@@ -49,6 +49,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.all;
disabledTests = [
# ruamel 8.18.13 update changed white space rules
"test_to_yaml_ruamel"
];
pythonImportsCheck = [ "box" ];
meta = with lib; {