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-08 18:59:58 -05:00 committed by GitHub
parent 44f3015faf
commit 42ed659703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"