summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
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