From 30c27d5f2e6749ac3bb991a5df5ddf93d9971d3e Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 17 Jun 2024 14:35:47 +0400 Subject: [PATCH] Skip bad latest tenacity release to fix CI https://github.com/jd/tenacity/issues/471 --- api/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/python/setup.py b/api/python/setup.py index 62fec130710..e9263dcce06 100644 --- a/api/python/setup.py +++ b/api/python/setup.py @@ -83,6 +83,7 @@ def run(self): 'pytest-subtests', 'responses', 'git-pylint-commit-hook', + "tenacity!=8.4.0" ], 'catalog': [ 'quilt3_local>=1,<2',