Merge pull request #199518 from wegank/zeroconf-aarch64-darwin

python3Packages.zeroconf: disable tests on darwin
This commit is contained in:
Martin Weinelt
2022-11-07 13:03:38 +01:00
committed by GitHub
@@ -28,6 +28,9 @@ buildPythonPackage rec {
ifaddr
];
# OSError: [Errno 48] Address already in use
doCheck = !stdenv.isDarwin;
checkInputs = [
pytest-asyncio
pytestCheckHook