forked from pool/python-pytest-services
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:
@@ -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
BIN
2.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user