From 2b1a46a3b97af49938d4d4f0d08354e5950aaf86 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 9 Jan 2019 09:37:04 -0500 Subject: [PATCH 1/2] Allow using Pagure with python-redis >= 3.0.0 There doesn't seem to be any issues when running the test suite locally with python-redis >= 3.0.0, so let's allow it again. Fixes: https://pagure.io/pagure/issue/4183 Signed-off-by: Neal Gompa --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15475f68..996fb063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,8 +23,7 @@ python-openid;python_version<="2.7" python3-openid;python_version>="3.0" python-openid-cla python-openid-teams -# The 3.0.0 release of redis fails to run the tests in jenkins for us :( -redis<3.0.0 +redis requests six sqlalchemy >= 0.8 -- 2.20.1