python3Packages.google-auth-oauthlib: fix tests

This commit is contained in:
Jonathan Ringer 2020-03-18 15:29:10 -07:00 committed by Jon
parent f89f4578fd
commit 1b6632d6db

View file

@ -27,8 +27,9 @@ buildPythonPackage rec {
google_auth requests_oauthlib
];
doCheck = isPy3k;
checkPhase = ''
rm -fr tests/__pycache__/
rm -fr tests/__pycache__/ google
py.test
'';