Accepting request 1158938 from devel:languages:python:Factory

- Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306)

OBS-URL: https://build.opensuse.org/request/show/1158938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=193
This commit is contained in:
Ana Guerrero 2024-03-19 16:29:25 +00:00 committed by Git OBS Bridge
commit 320bd4037c
4 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 09:54:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306)
-------------------------------------------------------------------
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -17,6 +17,9 @@
%define so_version 2_7-1_0
# We really don't care about quality of this package anymore, it
# will be soon gone (bsc#1219306).
%bcond_with tests
Name: python-base
Version: 2.7.18
@ -376,6 +379,7 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH \
make %{?_smp_mflags} $target
%check
%if %{with test}
# on hppa, the threading of glibc is quite broken. The tests just stop
# at some point, and the machine does not build anything more until a
# timeout several hours later.
@ -427,6 +431,8 @@ make test TESTOPTS="-l -w -x $EXCLUDE" TESTPYTHONOPTS="-R"
# use network, be verbose:
#make test TESTOPTS="-l -u network -v"
%endif
# END OF CHECK SECTION
%endif
%install
# replace rest of /usr/local/bin/python or /usr/bin/python2.5 with /usr/bin/python

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 09:54:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306)
-------------------------------------------------------------------
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 09:54:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306)
-------------------------------------------------------------------
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>