python3Packages.google-auth-oauthlib: fix build on darwin (#204589)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Dmitry Kalinkin
Sandro
and committed by
GitHub
42ed6597 44f3015f

+2 -3
+2 -3
pkgs/development/python-modules/google-auth-oauthlib/default.nix
··· 33 33 pytestCheckHook 34 34 ]; 35 35 36 - disabledTests = lib.optionals stdenv.isDarwin [ 37 - "test_run_local_server" 38 - ]; 36 + # some tests require loopback networking 37 + __darwinAllowLocalNetworking = true; 39 38 40 39 pythonImportsCheck = [ 41 40 "google_auth_oauthlib"