Skip to content

Commit efde534

Browse files
authored
SNOW-688750: OCSP test failure in FIPS mode (#1322)
1 parent d35ffe8 commit efde534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_fips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CONNECTOR_WHL="$(ls $CONNECTOR_DIR/dist/*cp38*manylinux2014*.whl | sort -r | hea
1111
python3.8 -m venv fips_env
1212
source fips_env/bin/activate
1313
pip install -U setuptools pip
14-
pip install "${CONNECTOR_WHL}[pandas,secure-local-storage,development]" "cryptography<3.3.0" --force-reinstall --no-binary cryptography
14+
pip install "${CONNECTOR_WHL}[pandas,secure-local-storage,development]"
1515

1616
echo "!!! Environment description !!!"
1717
echo "Default installed OpenSSL version"

0 commit comments

Comments
 (0)