python3Packages.cornice: drop marshmallow test dep for marshmallow 4 (#523526)

This commit is contained in:
isabel
2026-05-24 10:52:41 +00:00
committed by GitHub
@@ -8,7 +8,6 @@
pytestCheckHook,
pytest-cache,
webtest,
marshmallow,
colander,
}:
@@ -35,7 +34,6 @@ buildPythonPackage rec {
pytestCheckHook
pytest-cache
webtest
marshmallow
colander
];
pythonImportsCheck = [ "cornice" ];