Merge pull request #134691 from bachp/openapi-core-mock
python3Packages.openapi-core: add missing mock dependency
This commit is contained in:
commit
ef86d4bf65
1 changed files with 2 additions and 0 deletions
|
@ -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