From 0f272e08b3c8f1fc0a985db168e95f7dd62c421d0163d48d1f423c41df30bcce 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:46:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=6 --- python-hatch.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-hatch.spec b/python-hatch.spec index 67e4665..3e020de 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -34,7 +34,6 @@ BuildRequires: %{python_module devel > 3.5} BuildRequires: %{python_module parse} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pip >= 9.0.1} -BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module semver >= 2.7.8} BuildRequires: %{python_module setuptools >= 36.0.0} @@ -87,7 +86,7 @@ It aims to make the 90% use cases as pleasant as possible. export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} # test_list_success_1 randomly timeouts in OBS -%pytest -n auto -k 'not test_list_success_1' +%pytest -k 'not test_list_success_1' %files %{python_files} %doc README.rst