Merge pull request #60718 from r-ryantm/auto-update/python3.7-google-auth-oauthlib

python37Packages.google-auth-oauthlib: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas 2019-05-03 06:24:20 -05:00 committed by GitHub
commit f0ec7c6f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.2.0";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "226d1d0960f86ba5d9efd426a70b291eaba96f47d071657e0254ea969025728a";
sha256 = "03rq2rjac0zh16vsw0q914sp62l9f8fp033wn3191pqd2cchqix0";
};
checkInputs = [
@ -28,6 +28,7 @@ buildPythonPackage rec {
];
checkPhase = ''
rm -fr tests/__pycache__/
py.test
'';