forked from pool/python
Switch off tests again.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=408
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 15:39:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch on tests again.
|
||||
- Modify CVE-2023-27043-email-parsing-errors.patch to fix the
|
||||
unicode string handling in email.utils.parseaddr()
|
||||
(bsc#1222537).
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%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_without tests
|
||||
%bcond_with test
|
||||
|
||||
Name: python-base
|
||||
Version: 2.7.18
|
||||
@@ -380,6 +380,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.
|
||||
@@ -431,6 +432,7 @@ make test TESTOPTS="-l -w -x $EXCLUDE" TESTPYTHONOPTS="-R"
|
||||
# use network, be verbose:
|
||||
#make test TESTOPTS="-l -u network -v"
|
||||
%endif
|
||||
%endif
|
||||
# END OF CHECK SECTION
|
||||
|
||||
%install
|
||||
|
@@ -1,7 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 15:39:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch on tests again.
|
||||
- Modify CVE-2023-27043-email-parsing-errors.patch to fix the
|
||||
unicode string handling in email.utils.parseaddr()
|
||||
(bsc#1222537).
|
||||
|
@@ -1,7 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 15:39:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch on tests again.
|
||||
- Modify CVE-2023-27043-email-parsing-errors.patch to fix the
|
||||
unicode string handling in email.utils.parseaddr()
|
||||
(bsc#1222537).
|
||||
|
Reference in New Issue
Block a user