14
0

- Skip known failing test upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal
2019-10-30 13:15:51 +00:00
committed by Git OBS Bridge
parent 3b611352a3
commit a11f8e86c2
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 13:15:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip known failing test upstream
-------------------------------------------------------------------
Fri Oct 11 07:43:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -82,7 +82,8 @@ sed -i -e '/addopts/d' pytest.ini
%python_clone -a %{buildroot}%{_bindir}/cherryd
%check
%pytest -k 'not test_null_bytes'
# test_HTTP11_Timeout_after_request https://github.com/cherrypy/cherrypy/issues/1817
%pytest -k 'not test_null_bytes and not test_HTTP11_Timeout_after_request'
%post
%python_install_alternative cherryd