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