Accepting request 846285 from home:mmachova:branches:devel:languages:python:pytest

- 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)

OBS-URL: https://build.opensuse.org/request/show/846285
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-services?expand=0&rev=11
This commit is contained in:
2020-11-05 21:32:56 +00:00
committed by Git OBS Bridge
parent 62cc8e82f7
commit c593ecc327
4 changed files with 14 additions and 4 deletions

View File

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