pythonPackages3.openapi-core: add missing mock dependency

Without the mock packages the tests fail.

Closes #134632
This commit is contained in:
Pascal Bach
2021-08-18 20:54:20 +02:00
parent 34142f1d9a
commit 9f85f9201a

View File

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