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
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:44:24 +00:00
committed by Git OBS Bridge
parent 1c44138c7c
commit e20c7b40cc
2 changed files with 7 additions and 2 deletions

View File

@@ -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}