mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
pythonPackages3.openapi-core: add missing mock dependency
Without the mock packages the tests fail. Closes #134632
This commit is contained in:
parent
34142f1d9a
commit
9f85f9201a
|
@ -17,6 +17,7 @@
|
|||
, django
|
||||
, djangorestframework
|
||||
, responses
|
||||
, mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -54,6 +55,7 @@ buildPythonPackage rec {
|
|||
django
|
||||
djangorestframework
|
||||
responses
|
||||
mock
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue