python3Packages.google-auth-oauthlib: fix build on darwin (#204589)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
44f3015faf
commit
42ed659703
1 changed files with 2 additions and 3 deletions
|
@ -33,9 +33,8 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
"test_run_local_server"
|
||||
];
|
||||
# some tests require loopback networking
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"google_auth_oauthlib"
|
||||
|
|
Loading…
Reference in a new issue