From a4b4ef3fecc12ee50d82583633f04c5107ad2e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 6 Feb 2025 08:19:36 -0800 Subject: [PATCH] python313Packages.aioswitcher: fix tests --- pkgs/development/python-modules/aioswitcher/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index 3c28761217dfa6..72d1c8dd8ac7c5 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -13,6 +13,7 @@ pytestCheckHook, pythonAtLeast, pythonOlder, + pytz, time-machine, }: @@ -52,6 +53,7 @@ buildPythonPackage rec { pytest-mockservers pytest-resource-path pytestCheckHook + pytz time-machine ];