python3Packages.cornice: drop marshmallow test dep for marshmallow 4

This commit is contained in:
Harinn
2026-05-24 00:25:53 +07:00
parent 7f2d19a8d1
commit dded4719cf
@@ -8,7 +8,6 @@
pytestCheckHook,
pytest-cache,
webtest,
marshmallow,
colander,
}:
@@ -35,7 +34,6 @@ buildPythonPackage rec {
pytestCheckHook
pytest-cache
webtest
marshmallow
colander
];
pythonImportsCheck = [ "cornice" ];