From 58286ef93bd74e5b62e3b6498a4e27307cabd90c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 5 Dec 2017 21:38:43 -0800 Subject: [PATCH] Limit pytest < 3.3.0 for python 2.6. --- test/runner/requirements/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt index 142df794a8..1161ceb117 100644 --- a/test/runner/requirements/constraints.txt +++ b/test/runner/requirements/constraints.txt @@ -10,3 +10,4 @@ pycrypto >= 2.6 # Need features found in 2.6 and greater ncclient >= 0.5.2 # Need features added in 0.5.2 and greater idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6 +pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6