diff --git a/3.2.1.tar.gz b/3.2.1.tar.gz deleted file mode 100644 index 1d259cc..0000000 --- a/3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e6917c2211f6135f073681d8ec8b069ab903c207fc5c6ceb1769c986c3da84e -size 29736 diff --git a/3.3.1.tar.gz b/3.3.1.tar.gz new file mode 100644 index 0000000..f79b921 --- /dev/null +++ b/3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631db9ac8d1ac6536e5921d92009c1f1fc79254f4cadc46cc107951d74a6c7e2 +size 31404 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index e2eaec2..3977609 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 27 09:33:24 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 512b76d..94fa975 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -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