pythonPackages.google_cloud_dataproc: add missing deps
This commit is contained in:
parent
e9874b2ce5
commit
9e51c25baf
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
, google_api_core
|
||||
, pytest
|
||||
, mock
|
||||
, libcst
|
||||
, proto-plus
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -16,7 +18,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
propagatedBuildInputs = [ google_api_core ];
|
||||
propagatedBuildInputs = [ google_api_core libcst proto-plus ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest tests/unit
|
||||
|
|
Loading…
Reference in a new issue