From fb5de9d29dc799910f555b85f5e90cf2698bfebdd7345f7f9b35dacd722ec78d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2019 13:58:00 +0000 Subject: [PATCH] Accepting request 706705 from home:mcepl:branches:devel:languages:python - boo#1136862: ignore StaticTest.test_null_bytes test case, which fails due to Python 3 fixes for CVE-2019-9740. (gh#cherrypy/cherrypy#1781) OBS-URL: https://build.opensuse.org/request/show/706705 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=28 --- python-CherryPy.changes | 6 ++++++ python-CherryPy.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index f1fec79..c73fd78 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 31 15:32:40 CEST 2019 - Matej Cepl + +- boo#1136862: ignore StaticTest.test_null_bytes test case, which + fails due to Python 3 fixes for CVE-2019-9740. (gh#cherrypy/cherrypy#1781) + ------------------------------------------------------------------- Thu May 16 18:12:19 UTC 2019 - Guang Yee diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 4d0e49d..f439738 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -81,7 +81,8 @@ sed -i -e '/addopts/d' pytest.ini %python_clone -a %{buildroot}%{_bindir}/cherryd %check -%pytest -k 'not test_wait_publishes_periodically' +# gh#cherrypy/cherrypy#1781 +%pytest -k 'not (test_wait_publishes_periodically or test_null_bytes)' %post %python_install_alternative cherryd