From 461d79ae42094f1cc86cb0a2edb26c2dd90fcb19e333571f9e35cecbba5810a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Sep 2019 13:06:50 +0000 Subject: [PATCH] - Skip two tests that timeout in OBS build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=5 --- python-thriftpy2.changes | 5 +++++ python-thriftpy2.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-thriftpy2.changes b/python-thriftpy2.changes index 81c5cdf..d1eb4b7 100644 --- a/python-thriftpy2.changes +++ b/python-thriftpy2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 19 13:06:34 UTC 2019 - Tomáš Chvátal + +- Skip two tests that timeout in OBS build + ------------------------------------------------------------------- Thu Sep 19 08:05:31 UTC 2019 - Tomáš Chvátal diff --git a/python-thriftpy2.spec b/python-thriftpy2.spec index a35f72f..712735d 100644 --- a/python-thriftpy2.spec +++ b/python-thriftpy2.spec @@ -59,7 +59,8 @@ export CFLAGS="%{optflags}" %check cd tests -%pytest_arch +# the two tests fail in OBS on timeout +%pytest_arch -k 'not (test_able_to_communicate or test_zero_length_string)' %files %{python_files} %license LICENSE