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
This commit is contained in:
2024-10-17 11:26:41 +00:00
committed by Git OBS Bridge
parent 3a5dd04770
commit 3f3cf2ab15
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ Wed Oct 16 07:00:15 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Binary module _opcode is not build any more - Binary module _opcode is not build any more
(gh#python/cpython!121555) (gh#python/cpython!121555)
- Add fix_test_ftp_error.patch to mark test_ftp_error as - 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 <mcepl@cepl.eu> Thu Oct 10 11:18:19 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -664,7 +664,7 @@ export PYTHONPATH="$(pwd -P)/Lib"
# have /dev/shm # have /dev/shm
# test_freeze_simple_script is skipped, because it fails without bundled libs. # 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: # use network, be verbose:
#make test TESTOPTS="-l -u network -v" #make test TESTOPTS="-l -u network -v"
%endif %endif