diff options
Diffstat (limited to 'pkgs/development/python-modules/google-auth-oauthlib/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/google-auth-oauthlib/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/google-auth-oauthlib/default.nix b/pkgs/development/python-modules/google-auth-oauthlib/default.nix index d051bc4fb5b5..ad9d74edbb68 100644 --- a/pkgs/development/python-modules/google-auth-oauthlib/default.nix +++ b/pkgs/development/python-modules/google-auth-oauthlib/default.nix @@ -33,11 +33,8 @@ buildPythonPackage rec { pytestCheckHook ]; - disabledTests = lib.optionals stdenv.isDarwin [ - # requires loopback networking - "test_run_local_server" - "test_get_user_credentials" - ]; + # some tests require loopback networking + __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "google_auth_oauthlib" |
