mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +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 ];
|
propagatedBuildInputs = [ google_cloud_logging ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
rm -r google
|
||||||
pytest tests/unit
|
pytest tests/unit
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Stackdriver Error Reporting API client library";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue