forked from pool/python-pytest-benchmark
Accepting request 824586 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/824586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-benchmark?expand=0&rev=7
This commit is contained in:
commit
a7269f6bb3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 21:31:21 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Remove pytest-xdist from build
|
||||
- Re-activate test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 12:42:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user