From e20c7b40cc2c2f9331b2bd3ddbe74f50bf3b51d6f318d838e9ed22de9390dee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Aug 2020 05:44:24 +0000 Subject: [PATCH] Accepting request 824551 from home:jayvdb:branches:devel:languages:python:pytest - Remove pytest-xdist from build - Re-activate test suite OBS-URL: https://build.opensuse.org/request/show/824551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-benchmark?expand=0&rev=17 --- python-pytest-benchmark.changes | 6 ++++++ python-pytest-benchmark.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pytest-benchmark.changes b/python-pytest-benchmark.changes index 940724c..44deabc 100644 --- a/python-pytest-benchmark.changes +++ b/python-pytest-benchmark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 5 21:31:21 UTC 2020 - John Vandenberg + +- Remove pytest-xdist from build +- Re-activate test suite + ------------------------------------------------------------------- Fri Mar 13 12:42:10 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-benchmark.spec b/python-pytest-benchmark.spec index 80f0df9..7ed37af 100644 --- a/python-pytest-benchmark.spec +++ b/python-pytest-benchmark.spec @@ -33,7 +33,6 @@ BuildRequires: %{python_module py-cpuinfo} BuildRequires: %{python_module pygaljs} BuildRequires: %{python_module pygal} BuildRequires: %{python_module pytest >= 3.8} -BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: git-core @@ -80,7 +79,7 @@ rm -f tests/test_cli.py %check export PYTHONDONTWRITEBYTECODE=1 -#%%pytest tests +%pytest tests %post %{python_install_alternative pytest-benchmark py.test-benchmark}