python37Packages.google-auth-oauthlib: disable webserver tests

These tests fail in a sandboxed build on mac
This commit is contained in:
Noah D. Brenowitz 2021-03-18 00:10:01 -07:00
parent db242e1681
commit 1e48ad0403

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, click
@ -28,6 +29,8 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals stdenv.isDarwin [ "test_run_local_server" ];
meta = with lib; {
description = "Google Authentication Library: oauthlib integration";
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib";