- Update to 3.3.1:

* Fix to work when pytest-xdist is not installed or active.
  * Add pytest-xdist support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal 2020-04-27 09:48:29 +00:00 committed by Git OBS Bridge
parent 66bc31a34d
commit c548b8464f
4 changed files with 12 additions and 4 deletions

View File

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

3
3.3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 27 09:33:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.3.1:
* Fix to work when pytest-xdist is not installed or active.
* Add pytest-xdist support.
-------------------------------------------------------------------
Thu Feb 20 07:14:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly
Version: 3.2.1
Version: 3.3.1
Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause
@ -38,6 +38,7 @@ BuildArch: noarch
BuildRequires: %{python_module Faker}
BuildRequires: %{python_module factory_boy}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
# /SECTION