python3Packages.pytz-deprecation-shim: Disable failing test

This commit is contained in:
Martin Weinelt
2022-10-14 02:00:16 +02:00
parent c728598b84
commit 28d31e8fbb
@@ -43,6 +43,10 @@ buildPythonPackage rec {
# https://github.com/pganssle/pytz-deprecation-shim/issues/27
doCheck = pythonAtLeast "3.9";
disabledTests = [
"test_localize_explicit_is_dst"
];
meta = with lib; {
description = "Shims to make deprecation of pytz easier";
homepage = "https://github.com/pganssle/pytz-deprecation-shim";