python312Packages.maya: disable failing tests

This commit is contained in:
Fabian Affolter 2024-03-21 15:25:50 +01:00
parent 896e08ac0f
commit 7370c06ed6

View File

@ -57,6 +57,11 @@ buildPythonPackage rec {
"maya"
];
disabledTests = [
# https://github.com/timofurrer/maya/issues/202
"test_parse_iso8601"
];
meta = with lib; {
description = "Datetimes for Humans";
homepage = "https://github.com/timofurrer/maya";