From 9c7415e0e71e80cc20714be694fcb4e75f350a52 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 19 May 2022 07:17:28 +0200 Subject: [PATCH] certifi dropped Python 2 support. (#356) --- tests/utils/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/constraints.txt b/tests/utils/constraints.txt index 2a97042e..0fcb094a 100644 --- a/tests/utils/constraints.txt +++ b/tests/utils/constraints.txt @@ -1,4 +1,5 @@ bcrypt < 3.2.0 ; python_version <= '3.6' +certifi < 2022.5.18 ; python_version < '3.5' # certifi 2022.5.18 requires Python 3.5 or later cffi >= 1.14.2, != 1.14.3 # Yanked version which older versions of pip will still install coverage >= 4.2, < 5.0.0, != 4.3.2 ; python_version <= '3.7' # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6, coverage 5.0+ incompatible coverage >= 4.5.4, < 5.0.0 ; python_version > '3.7' # coverage had a bug in < 4.5.4 that would cause unit tests to hang in Python 3.8, coverage 5.0+ incompatible