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
commit 75d0713ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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