mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/py3-distlib: disable tests using network
doesn't affect the built package = no need for a rebuild
This commit is contained in:
parent
4abf33c74f
commit
b668b481a9
@ -22,7 +22,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
PYTHONHASHSEED=0 python3 -m unittest discover tests
|
||||
PYTHONHASHSEED=0 SKIP_ONLINE=1 python3 -m unittest discover tests
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user