tests: 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).
This commit is contained in:
parent
323e277482
commit
a7607abcf9
15 changed files with 30 additions and 79 deletions
|
@ -10,6 +10,6 @@ python_debian
|
|||
repomd
|
||||
requests
|
||||
setuptools
|
||||
tenacity >= 6.2
|
||||
tenacity >= 8.4.2
|
||||
testing.postgresql
|
||||
toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue