Accepting request 846346 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/846346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-services?expand=0&rev=6
This commit is contained in:
2020-11-09 12:56:20 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11e762a7494c110da7a2fad06f7796e7dd347e64405590a30ecde72cc7cfbb36
size 20552

BIN
2.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 5 15:53:37 UTC 2020 - Marketa Machova <mmachova@suse.com>
- Update to 2.2.1
* #38: Retry to lock resource if zc.lockfile.LockError is raised.
Fix needed for pytest-xdist. (StabbarN)
* #42: Retry on zc.lockfile.LockError in file_lock, use existing
timeout kwarg (mshriver)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 29 12:05:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Mon Jun 29 12:05:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2 %bcond_without python2
Name: python-pytest-services Name: python-pytest-services
Version: 2.1.0 Version: 2.2.1
Release: 0 Release: 0
Summary: Services plugin for pytest testing framework Summary: Services plugin for pytest testing framework
License: MIT License: MIT
@@ -30,6 +30,7 @@ BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pylibmc}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zc.lockfile >= 2.0} BuildRequires: %{python_module zc.lockfile >= 2.0}
BuildRequires: fdupes BuildRequires: fdupes