From f7393efec5db3eebeda4f057ca6f398b63551a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 28 Apr 2026 21:09:11 -0700 Subject: [PATCH] python3Packages.inline-snapshot: reduce test dependencies --- pkgs/development/python-modules/inline-snapshot/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/inline-snapshot/default.nix b/pkgs/development/python-modules/inline-snapshot/default.nix index e7b40504dfbb..56968ab958bb 100644 --- a/pkgs/development/python-modules/inline-snapshot/default.nix +++ b/pkgs/development/python-modules/inline-snapshot/default.nix @@ -6,7 +6,6 @@ dirty-equals, executing, fetchFromGitHub, - freezegun, hatchling, hypothesis, isort, @@ -17,7 +16,6 @@ pytest-xdist, pytestCheckHook, rich, - time-machine, typing-extensions, }: @@ -47,7 +45,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - freezegun hypothesis isort pydantic @@ -55,7 +52,6 @@ buildPythonPackage rec { pytest-mock pytest-xdist pytestCheckHook - time-machine ] ++ lib.concatAttrValues optional-dependencies;