diff --git a/pytest-randomly-2.1.1.tar.gz b/pytest-randomly-2.1.1.tar.gz deleted file mode 100644 index 79c319e..0000000 --- a/pytest-randomly-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ff564fabb638ab52d535d8ce1da71353c7ecd54edcc5dc117f6f21f8269cfef -size 9064 diff --git a/pytest-randomly-3.0.0.tar.gz b/pytest-randomly-3.0.0.tar.gz new file mode 100644 index 0000000..a98a4b5 --- /dev/null +++ b/pytest-randomly-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b642e177c5921386fa36ee3995a4bda918a1d20b3806a4f397a02788f88331 +size 9416 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index f8bbc53..3d66785 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 09:13:50 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 4e99790..b636ba9 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -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