lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.zeroconf: disable tests on darwin

+3
+3
pkgs/development/python-modules/zeroconf/default.nix
··· 28 28 ifaddr 29 29 ]; 30 30 31 + # OSError: [Errno 48] Address already in use 32 + doCheck = !stdenv.isDarwin; 33 + 31 34 checkInputs = [ 32 35 pytest-asyncio 33 36 pytestCheckHook