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:
parent
4abf33c74f
commit
b668b481a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue