Re: NEW: py-tenacity 6.2.0

2020-11-14 Thread Mikolaj Kucharski
On Sat, Nov 14, 2020 at 07:02:28PM +0100, Martin Reindl wrote: > Am 14.11.20 um 09:31 schrieb Mikolaj Kucharski: > > Hi, > > > > : Python module to retry code until it succeeds > > : > > : Tenacity is a general-purpose retrying library, written in Python, > > : to simplify the task of adding

Re: NEW: py-tenacity 6.2.0

2020-11-14 Thread Martin Reindl
Am 14.11.20 um 09:31 schrieb Mikolaj Kucharski: > Hi, > > : Python module to retry code until it succeeds > : > : Tenacity is a general-purpose retrying library, written in Python, > : to simplify the task of adding retry behavior to just about anything. > > Regress test fails only on one test,

NEW: py-tenacity 6.2.0

2020-11-14 Thread Mikolaj Kucharski
Hi, : Python module to retry code until it succeeds : : Tenacity is a general-purpose retrying library, written in Python, : to simplify the task of adding retry behavior to just about anything. Regress test fails only on one test, because Python `typeguard` module is not available, as a test