forked from pool/python314
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:
@@ -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
|
||||
(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 <mcepl@cepl.eu>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user