From d74e1c0521e7473d660a5002e116d0049cce398f Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 23 Jul 2020 10:07:35 +0200 Subject: [PATCH] [2.2.x] Pinned geoip2 < 4.0.0 in test requirements. geoip2 4+ doesn't support Python 3.5. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index e48303d3ed..5733df66e0 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,7 +1,7 @@ argon2-cffi >= 16.1.0 bcrypt docutils -geoip2 +geoip2 < 4.0.0 jinja2 >= 2.9.2 numpy Pillow != 5.4.0