From c04b30d8aed7deb658c4ce0fdc7e00dab8dc9cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 1 Nov 2023 08:59:04 -0700 Subject: [PATCH] python311Packages.x-wr-timezone: disable tests According to https://github.com/niccokunzmann/x-wr-timezone/issues/8 the functionality is still intact despite the test failures. --- pkgs/development/python-modules/x-wr-timezone/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/x-wr-timezone/default.nix b/pkgs/development/python-modules/x-wr-timezone/default.nix index 8944078f70ac..3fe03d993564 100644 --- a/pkgs/development/python-modules/x-wr-timezone/default.nix +++ b/pkgs/development/python-modules/x-wr-timezone/default.nix @@ -36,6 +36,9 @@ buildPythonPackage rec { export PATH=$out/bin:$PATH ''; + # https://github.com/niccokunzmann/x-wr-timezone/issues/8 + doCheck = false; + pythonImportsCheck = [ "x_wr_timezone" ]; meta = {