diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index 46e78473d8c..614001d1433 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -15,5 +15,6 @@ distfiles="${homepage}/archive/${version}.tar.gz" checksum=b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06 do_check() { - python3 -m pytest zeroconf/test.py + # IPv6 doesn't work on github CI + SKIP_IPV6=1 python3 -m pytest zeroconf/test.py }