python3Packages.google-auth-oauthlib: fix tests
This commit is contained in:
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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user