From 2b1a46a3b97af49938d4d4f0d08354e5950aaf86 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 09 2019 14:38:37 +0000 Subject: 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 --- diff --git a/requirements.txt b/requirements.txt index 15475f6..996fb06 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