python3Packages.zeroconf: disable tests on darwin

This commit is contained in:
Weijia Wang 2022-11-07 07:34:00 +01:00
parent bb5a69de88
commit d327e40814

View file

@ -28,6 +28,9 @@ buildPythonPackage rec {
ifaddr
];
# OSError: [Errno 48] Address already in use
doCheck = !stdenv.isDarwin;
checkInputs = [
pytest-asyncio
pytestCheckHook