From 781676957e91f87afb75dbfc114af2518a948cdcecf802ee304c37c8d6401a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Apr 2020 07:17:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=3 --- python-hatch.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-hatch.spec b/python-hatch.spec index e0185df..ea1c57b 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -85,7 +85,8 @@ It aims to make the 90% use cases as pleasant as possible. %check export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} -%pytest +# test_list_success_1 randomly timeouts in OBS +%pytest -k 'not test_list_success_1' %files %{python_files} %doc README.rst