From a6eec912c7c3db762713a6df58703910519ba824 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 8 Aug 2019 15:28:40 -0400 Subject: [PATCH] [stable-2.8] Pin openshift <=0.9.0 to prevent test failures (#60245) (cherry picked from commit 9cb47832d1) Co-authored-by: Sam Doran --- test/runner/requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt index 9cbabb12105a27..33e186c5a42e2f 100644 --- a/test/runner/requirements/constraints.txt +++ b/test/runner/requirements/constraints.txt @@ -23,7 +23,7 @@ requests < 2.20.0 ; python_version < '2.7' # requests 2.20.0 drops support for p requests-ntlm >= 1.1.0 # message encryption support requests-credssp >= 0.1.0 # message encryption support voluptuous >= 0.11.0 # Schema recursion via Self -openshift >= 0.6.2 # merge_type support +openshift >= 0.6.2, < 0.9.0 # merge_type support virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.0 and later require python 2.7 or later pyopenssl < 18.0.0 ; python_version < '2.7' # pyOpenSSL 18.0.0 and later require python 2.7 or later pyfmg == 0.6.1 # newer versions do not pass current unit tests