From a11f8e86c2edcd70acb406d44e0a7466372bd6cf342ec95ffcef222924f629fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 30 Oct 2019 13:15:51 +0000 Subject: [PATCH] - Skip known failing test upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=36 --- python-CherryPy.changes | 5 +++++ python-CherryPy.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index f206b7d..e180835 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 30 13:15:39 UTC 2019 - Tomáš Chvátal + +- Skip known failing test upstream + ------------------------------------------------------------------- Fri Oct 11 07:43:34 UTC 2019 - Tomáš Chvátal diff --git a/python-CherryPy.spec b/python-CherryPy.spec index e0fe8f3..b1d4ec7 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -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