From d64ced2189af416c2209fdd7ba09a7084c8450e9 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Fri, 21 Oct 2022 19:09:09 +0400 Subject: [PATCH] pythonPackages.mocket: disable test_gethostbyname This test requires network access and breaks in Darwin sandbox. --- pkgs/development/python-modules/mocket/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/mocket/default.nix b/pkgs/development/python-modules/mocket/default.nix index b79673e2b240..7e5d62454c6b 100644 --- a/pkgs/development/python-modules/mocket/default.nix +++ b/pkgs/development/python-modules/mocket/default.nix @@ -71,6 +71,7 @@ buildPythonPackage rec { "test_truesendall_after_mocket_session" "test_real_request_session" "test_asyncio_record_replay" + "test_gethostbyname" ]; pythonImportsCheck = [ "mocket" ];