-
- Downloads
test_retry: Fix mocking of sleep calls with tenacity 8.4.2
Latest tenacity release adds some internal changes that broke the mocking of sleep calls in tests. Fix it by directly mocking time.sleep (was not working previously).
parent
e067afd6
No related branches found
No related tags found
... | ... | @@ -4,4 +4,4 @@ python-magic |
pyyaml | ||
requests | ||
sentry-sdk >= 2 | ||
tenacity | ||
tenacity >= 8.4.2 |
Please register or sign in to comment