mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
python3Packages.google_cloud_error_reporting: fix tests
This commit is contained in:
parent
b866df5dfe
commit
41e4419593
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue