From 3f3cf2ab154be0fb4dcd6347091f5cf388336101f95ab63ec2c74df2b8278cac Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Oct 2024 11:26:41 +0000 Subject: [PATCH] requiring network access, and explicitly declare we have no network. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=15 --- python314.changes | 3 ++- python314.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python314.changes b/python314.changes index 32aaa08..3afbc98 100644 --- a/python314.changes +++ b/python314.changes @@ -21,7 +21,8 @@ Wed Oct 16 07:00:15 UTC 2024 - Matej Cepl - Binary module _opcode is not build any more (gh#python/cpython!121555) - Add fix_test_ftp_error.patch to mark test_ftp_error as - requiring network access. + requiring network access, and explicitly declare we have no + network. ------------------------------------------------------------------- Thu Oct 10 11:18:19 UTC 2024 - Matej Cepl diff --git a/python314.spec b/python314.spec index 34ebbf0..502ee9c 100644 --- a/python314.spec +++ b/python314.spec @@ -664,7 +664,7 @@ export PYTHONPATH="$(pwd -P)/Lib" # have /dev/shm # test_freeze_simple_script is skipped, because it fails without bundled libs. -%make_build -j1 test TESTOPTS="-u curses -v -i test_freeze_simple_script -x $EXCLUDE --timeout=5400" +%make_build -j1 test TESTOPTS="-u curses,-network -v -i test_freeze_simple_script -x $EXCLUDE --timeout=5400" # use network, be verbose: #make test TESTOPTS="-l -u network -v" %endif