From 12fb37d5f3aee470b90c4ea04e369e288258ae5b Mon Sep 17 00:00:00 2001 From: Max Rees Date: Tue, 10 Sep 2019 14:39:19 -0500 Subject: system/python3: fix test suite network access --- system/python3/APKBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/python3/APKBUILD b/system/python3/APKBUILD index f14f72b1c..250f259b6 100644 --- a/system/python3/APKBUILD +++ b/system/python3/APKBUILD @@ -136,7 +136,13 @@ EOF # dumb fail="$fail test_ssl" # tries to do SSLv2 which we have disabled in OpenSSL - make quicktest TESTOPTS="--exclude $fail" + # needs network but doesn't declare it + fail="$fail test_normalization" + + # defaults from Tools/scripts/run_tests.py, with -network added + use="all,-largefile,-audio,-gui,-network" + + make quicktest TESTOPTS="--use '$use' --exclude $fail" } package() { -- cgit v1.2.3-60-g2f50