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
|
, django
|
||||||
, djangorestframework
|
, djangorestframework
|
||||||
, responses
|
, responses
|
||||||
|
, mock
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -54,6 +55,7 @@ buildPythonPackage rec {
|
||||||
django
|
django
|
||||||
djangorestframework
|
djangorestframework
|
||||||
responses
|
responses
|
||||||
|
mock
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue