mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
pythonPackages3.openapi-core: add missing mock dependency
Without the mock packages the tests fail. Closes #134632
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
, django
|
||||
, djangorestframework
|
||||
, responses
|
||||
, mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -54,6 +55,7 @@ buildPythonPackage rec {
|
||||
django
|
||||
djangorestframework
|
||||
responses
|
||||
mock
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user