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:
commit
320bd4037c
@ -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>
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define so_version 2_7-1_0
|
%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
|
Name: python-base
|
||||||
Version: 2.7.18
|
Version: 2.7.18
|
||||||
@ -376,6 +379,7 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH \
|
|||||||
make %{?_smp_mflags} $target
|
make %{?_smp_mflags} $target
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if %{with test}
|
||||||
# on hppa, the threading of glibc is quite broken. The tests just stop
|
# 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
|
# at some point, and the machine does not build anything more until a
|
||||||
# timeout several hours later.
|
# timeout several hours later.
|
||||||
@ -427,6 +431,8 @@ make test TESTOPTS="-l -w -x $EXCLUDE" TESTPYTHONOPTS="-R"
|
|||||||
# use network, be verbose:
|
# use network, be verbose:
|
||||||
#make test TESTOPTS="-l -u network -v"
|
#make test TESTOPTS="-l -u network -v"
|
||||||
%endif
|
%endif
|
||||||
|
# END OF CHECK SECTION
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# replace rest of /usr/local/bin/python or /usr/bin/python2.5 with /usr/bin/python
|
# replace rest of /usr/local/bin/python or /usr/bin/python2.5 with /usr/bin/python
|
||||||
|
@ -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>
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -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>
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user