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

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