From dded4719cfe31e089f9b8e1d1536d8f5c7a1877e Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 24 May 2026 00:25:53 +0700 Subject: [PATCH] python3Packages.cornice: drop marshmallow test dep for marshmallow 4 --- pkgs/development/python-modules/cornice/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/cornice/default.nix b/pkgs/development/python-modules/cornice/default.nix index c35930d1ff5d..cee8a38076eb 100644 --- a/pkgs/development/python-modules/cornice/default.nix +++ b/pkgs/development/python-modules/cornice/default.nix @@ -8,7 +8,6 @@ pytestCheckHook, pytest-cache, webtest, - marshmallow, colander, }: @@ -35,7 +34,6 @@ buildPythonPackage rec { pytestCheckHook pytest-cache webtest - marshmallow colander ]; pythonImportsCheck = [ "cornice" ];