forked from pool/python-CherryPy
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:
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user