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