From 5c124876faf25486904c797ed4e00e423c871192 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 16 May 2018 14:13:52 -0700 Subject: [PATCH] Fix uri test on Python 2.6. --- test/integration/targets/uri/files/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/uri/files/constraints.txt b/test/integration/targets/uri/files/constraints.txt index 309ba28c5c6..88234c427f8 100644 --- a/test/integration/targets/uri/files/constraints.txt +++ b/test/integration/targets/uri/files/constraints.txt @@ -1 +1,2 @@ cryptography < 2.2 ; python_version < "2.7" # cryptography 2.2+ requires python 2.7+ +pyopenssl < 18.0 ; python_version < "2.7" # pyopenssl 18.0+ requires python 2.7+