python3-zeroconf: fix do_check.

This commit is contained in:
Karl Nilsson 2021-04-05 22:06:18 -04:00 committed by Andrew Benson
parent 9b907e4751
commit 6ad7ac80f3

View file

@ -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
}