#4193 Allow using Pagure with python-redis >= 3.0.0
Merged 5 years ago by pingou. Opened 5 years ago by ngompa.
ngompa/pagure allow-redis-py-v3  into  master

file modified
+1 -2
@@ -23,8 +23,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

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 ngompa13@gmail.com

pretty please pagure-ci rebuild

5 years ago

Pull-Request has been merged by pingou

5 years ago