1
0
Fork 1
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:
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 = [