pythonPackages.google_cloud_speed: refactor enable tests

This commit is contained in:
Chris Ostrouchov 2018-11-02 16:23:44 -04:00
parent 226cde0476
commit e856f40f18
No known key found for this signature in database
GPG Key ID: 9ED59B0AB1EAF573

View File

@ -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.";