mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.cornice: drop marshmallow test dep for marshmallow 4 (#523526)
This commit is contained in:
commit
6b3f17389d
1 changed files with 0 additions and 2 deletions
|
|
@ -8,7 +8,6 @@
|
|||
pytestCheckHook,
|
||||
pytest-cache,
|
||||
webtest,
|
||||
marshmallow,
|
||||
colander,
|
||||
}:
|
||||
|
||||
|
|
@ -35,7 +34,6 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
pytest-cache
|
||||
webtest
|
||||
marshmallow
|
||||
colander
|
||||
];
|
||||
pythonImportsCheck = [ "cornice" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue