python312Packages.pydantic-extra-types: disable failing test on darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
@@ -51,6 +52,9 @@ buildPythonPackage rec {
|
||||
"test_json_schema"
|
||||
];
|
||||
|
||||
# PermissionError accessing '/etc/localtime'
|
||||
disabledTestPaths = lib.optionals stdenv.isDarwin [ "tests/test_pendulum_dt.py" ];
|
||||
|
||||
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