Skip to content

Commit 1d0e46a

Browse files
Merge branch 'main' into SNOW-2690900-isolate-param-server_session_keep_alive-condition
2 parents 23e0a0a + 6a5f18b commit 1d0e46a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/test_darwin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS
2222
# Decrypt private key file
2323
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" "${CONNECTOR_DIR}/.github/workflows/parameters/public/rsa_keys/rsa_key_python_${cloud_provider}.p8.gpg" > "test/rsa_key_python_${cloud_provider}.p8"
2424

25+
# Remove CRL cache directory if it exists to avoid permission issues (if it was created by older version of the connector)
26+
rm -rf ~/Library/Caches/Snowflake/crls
27+
2528
rm -rf venv
2629
python3.12 -m venv venv
2730
. venv/bin/activate

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ commands = pre-commit run --all-files
177177

178178
[testenv:dependency]
179179
description = Check if there is conflicting dependency
180-
;TODO: remove pip<25.3 once it does not break Check dependency job on Github Action (SNOW-2658105)
181180
deps =
182-
pip<25.3
183181
pip-tools
184182
skip_install = True
185183
commands = pip-compile setup.py

0 commit comments

Comments
 (0)