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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Dmitry Kalinkin
2023-01-09 00:59:58 +01:00
committed by GitHub
co-authored by Sandro
parent 44f3015faf
commit 42ed659703
@@ -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"