python312Packages.pydantic-extra-types: disable failing test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user