- Update to 3.0.0:

* Handle CollectErrors and ImportErrors during collection when accessing item.module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-06-03 09:14:59 +00:00 committed by Git OBS Bridge
parent 6c7185bf09
commit 0d86b652de
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ff564fabb638ab52d535d8ce1da71353c7ecd54edcc5dc117f6f21f8269cfef
size 9064

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b642e177c5921386fa36ee3995a4bda918a1d20b3806a4f397a02788f88331
size 9416

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 09:13:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.0:
* Handle CollectErrors and ImportErrors during collection when accessing item.module.
-------------------------------------------------------------------
Tue Mar 26 10:08:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly
Version: 2.1.1
Version: 3.0.0
Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause
@ -78,7 +78,7 @@ sed -i '/python_requires/d' setup.py
%check
export PYTHONDONTWRITEBYTECODE=true
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
%pytest
%files %{python_files}
%doc AUTHORS.rst README.rst