From 895ae3b73ed956613a59939523883d394a3e4589 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 08:21:26 +0200 Subject: [PATCH] [TEMP] Fix RHEL 8 issues by restricting bcrypt to < 4.0.0 (#5183) (#5186) (cherry picked from commit 8e59e5252506aeeccb6ca5cfe38662df2f66fb23) Co-authored-by: Felix Fontein --- tests/utils/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/constraints.txt b/tests/utils/constraints.txt index 47b3907b8d..57861087ac 100644 --- a/tests/utils/constraints.txt +++ b/tests/utils/constraints.txt @@ -51,6 +51,7 @@ redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6' redis ; python_version >= '3.6' pycdlib < 1.13.0 ; python_version < '3' # 1.13.0 does not work with Python 2, while not declaring that python-daemon <= 2.3.0 ; python_version < '3' +bcrypt < 4.0.0 # TEMP: restrict to < 4.0.0 since installing 4.0.0 fails on RHEL 8 # freeze pylint and its requirements for consistent test results astroid == 2.2.5