From 0d86b652dec3bb3ae901abf25a8a218b9ef6224b72703961f765e3740500d2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 09:14:59 +0000 Subject: [PATCH] - 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 --- pytest-randomly-2.1.1.tar.gz | 3 --- pytest-randomly-3.0.0.tar.gz | 3 +++ python-pytest-randomly.changes | 6 ++++++ python-pytest-randomly.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-randomly-2.1.1.tar.gz create mode 100644 pytest-randomly-3.0.0.tar.gz 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