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:
@@ -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
|
||||
|
Reference in New Issue
Block a user