python37Packages.google-auth-oauthlib: disable webserver tests
These tests fail in a sandboxed build on mac
This commit is contained in:
parent
db242e1681
commit
1e48ad0403
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, click
|
, click
|
||||||
@ -28,6 +29,8 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = lib.optionals stdenv.isDarwin [ "test_run_local_server" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Google Authentication Library: oauthlib integration";
|
description = "Google Authentication Library: oauthlib integration";
|
||||||
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib";
|
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user