From a9ead5ec359038efc96603ad28b0f2eb9255ec3b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 23:46:50 -0500 Subject: Oh right that's why I had specific pins here --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 96617237..1a1a4076 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,9 @@ workflows: # making the orb know too much about its client code... # TODO: the upper end of this needs to change and/or grow more # cells, periodically - pip-overrides: ["cryptography>=3.3,<3.4", "cryptography>=40,<41"] + # TODO: see if there's a non shite way to use bucketing here, + # somewhere between yaml, pip and bash all escapes get fucky + pip-overrides: ["cryptography==3.3.2", "cryptography==39.0.0"] # Kerberos tests. Currently broken :( #- kerberos: # name: Test 3.6 w/ Kerberos support -- cgit v1.2.3