mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-zeroconf: fix do_check.
This commit is contained in:
parent
9b907e4751
commit
6ad7ac80f3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue