summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 23:46:50 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 23:46:50 -0500
commita9ead5ec359038efc96603ad28b0f2eb9255ec3b (patch)
treea1954d3cf48077fd724b1c29aaa3652f32d4a5de
parenta43ad5e6c1a038dcc7cab596b15f7bba462dc95a (diff)
downloadparamiko-a9ead5ec359038efc96603ad28b0f2eb9255ec3b.tar.gz
Oh right that's why I had specific pins here
-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