python3Packages.google-auth-oauthlib: fix tests

This commit is contained in:
Jonathan Ringer
2020-03-19 10:21:02 -07:00
committed by Jon
parent f89f4578fd
commit 1b6632d6db
@@ -27,8 +27,9 @@ buildPythonPackage rec {
google_auth requests_oauthlib
];
doCheck = isPy3k;
checkPhase = ''
rm -fr tests/__pycache__/
rm -fr tests/__pycache__/ google
py.test
'';