From d327e40814a4867edcbfd1328d142c541acd9bd6 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 7 Nov 2022 07:34:00 +0100 Subject: [PATCH] python3Packages.zeroconf: disable tests on darwin --- pkgs/development/python-modules/zeroconf/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 7049f5afc965..6bc6b7888d8c 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -28,6 +28,9 @@ buildPythonPackage rec { ifaddr ]; + # OSError: [Errno 48] Address already in use + doCheck = !stdenv.isDarwin; + checkInputs = [ pytest-asyncio pytestCheckHook