- 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

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