python3Packages.zeroconf: disable tests on darwin
This commit is contained in:
parent
bb5a69de88
commit
d327e40814
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ buildPythonPackage rec {
|
|||
ifaddr
|
||||
];
|
||||
|
||||
# OSError: [Errno 48] Address already in use
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
checkInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
|
|
Loading…
Reference in a new issue