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
commit 6b3f17389d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@
pytestCheckHook,
pytest-cache,
webtest,
marshmallow,
colander,
}:
@ -35,7 +34,6 @@ buildPythonPackage rec {
pytestCheckHook
pytest-cache
webtest
marshmallow
colander
];
pythonImportsCheck = [ "cornice" ];