python312Packages.pydantic-extra-types: disable failing test

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:48 +02:00
parent 6a4a84f63d
commit af6261c178
@@ -46,6 +46,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.all;
disabledTests = [
# outdated jsonschema fixture
"test_json_schema"
];
meta = with lib; {
changelog = "https://github.com/pydantic/pydantic-extra-types/blob/${src.rev}/HISTORY.md";
description = "Extra Pydantic types";