Merge pull request #134691 from bachp/openapi-core-mock

python3Packages.openapi-core: add missing mock dependency
This commit is contained in:
Sandro 2021-08-18 21:40:41 +02:00 committed by GitHub
commit ef86d4bf65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
, django
, djangorestframework
, responses
, mock
}:
buildPythonPackage rec {
@ -54,6 +55,7 @@ buildPythonPackage rec {
django
djangorestframework
responses
mock
];
disabledTestPaths = [