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 ];
|
||||
checkInputs = [ pytest mock ];
|
||||
|
||||
# needs credentials
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
pytest tests/unit
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cloud Speech API enables integration of Google speech recognition into applications.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user