treewide: mark broken wip

This commit is contained in:
worldofpeace
2020-04-15 17:10:23 -04:00
parent c6be4c1957
commit 48c5aaa2fc
120 changed files with 189 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
, google_cloud_logging
, pytest
, mock
, isPy38
}:
buildPythonPackage rec {
@@ -27,5 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
broken = isPy38;
};
}