python3Packages.xsdata-pydantic: disable failing test

This commit is contained in:
Gaetan Lepage
2026-02-03 22:44:30 +00:00
parent 48c0ef10b4
commit 57dcd047a0
@@ -49,6 +49,11 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "xsdata_pydantic" ];
disabledTests = [
# AssertionError: SystemExit(2) is not None
"test_complete"
];
meta = {
description = "Naive XML & JSON Bindings for python pydantic classes";
homepage = "https://github.com/tefra/xsdata-pydantic";