python3Packages.google_cloud_error_reporting: fix tests

This commit is contained in:
Jonathan Ringer 2020-03-18 15:24:33 -07:00 committed by Jon
parent b866df5dfe
commit 41e4419593

View File

@ -19,12 +19,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [ google_cloud_logging ];
checkPhase = ''
rm -r google
pytest tests/unit
'';
meta = with stdenv.lib; {
description = "Stackdriver Error Reporting API client library";
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
homepage = "https://github.com/GoogleCloudPlatform/google-cloud-python";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};