pythonPackages.google_cloud_speed: refactor enable tests
This commit is contained in:
parent
226cde0476
commit
e856f40f18
@ -13,8 +13,9 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ google_api_core ];
|
propagatedBuildInputs = [ google_api_core ];
|
||||||
checkInputs = [ pytest mock ];
|
checkInputs = [ pytest mock ];
|
||||||
|
|
||||||
# needs credentials
|
checkPhase = ''
|
||||||
doCheck = false;
|
pytest tests/unit
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Cloud Speech API enables integration of Google speech recognition into applications.";
|
description = "Cloud Speech API enables integration of Google speech recognition into applications.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user