14
0

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
This commit is contained in:
2019-05-31 13:58:00 +00:00
committed by Git OBS Bridge
parent b412871c6a
commit fb5de9d29d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 31 15:32:40 CEST 2019 - Matej Cepl <mcepl@suse.com>
- 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 <gyee@suse.com> Thu May 16 18:12:19 UTC 2019 - Guang Yee <gyee@suse.com>

View File

@@ -81,7 +81,8 @@ sed -i -e '/addopts/d' pytest.ini
%python_clone -a %{buildroot}%{_bindir}/cherryd %python_clone -a %{buildroot}%{_bindir}/cherryd
%check %check
%pytest -k 'not test_wait_publishes_periodically' # gh#cherrypy/cherrypy#1781
%pytest -k 'not (test_wait_publishes_periodically or test_null_bytes)'
%post %post
%python_install_alternative cherryd %python_install_alternative cherryd