1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/py3-distlib: disable tests using network

doesn't affect the built package = no need for a rebuild
This commit is contained in:
ptrcnull 2025-03-30 21:59:18 +02:00
parent 4abf33c74f
commit b668b481a9

View file

@ -22,7 +22,7 @@ build() {
}
check() {
PYTHONHASHSEED=0 python3 -m unittest discover tests
PYTHONHASHSEED=0 SKIP_ONLINE=1 python3 -m unittest discover tests
}
package() {