From fb612fedf512f3fc07f6a72f784f990d0ed62c508e7590676f10783fbc21668d 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:28:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=5 --- python-hatch.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-hatch.spec b/python-hatch.spec index a3a0557..67e4665 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -34,13 +34,14 @@ 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} BuildRequires: %{python_module sortedcontainers >= 1.5.7} -BuildRequires: %{python_module toml} +BuildRequires: %{python_module toml >= 0.9.3} BuildRequires: %{python_module twine >= 1.9.1} -BuildRequires: %{python_module userpath >= 1.1.0} +BuildRequires: %{python_module userpath >= 1.3.0} BuildRequires: %{python_module virtualenv} BuildRequires: %{python_module wheel >= 0.27.0} BuildRequires: dos2unix @@ -59,8 +60,9 @@ Requires: python-pytest Requires: python-semver >= 2.7.8 Requires: python-setuptools >= 36.0.0 Requires: python-sortedcontainers +Requires: python-toml >= 0.9.3 Requires: python-twine >= 1.9.1 -Requires: python-userpath >= 1.1.0 +Requires: python-userpath >= 1.3.0 Requires: python-virtualenv Requires: python-wheel >= 0.27.0 BuildArch: noarch @@ -85,7 +87,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 -k 'not test_list_success_1' +%pytest -n auto -k 'not test_list_success_1' %files %{python_files} %doc README.rst