Skip to content

Commit

Permalink
try 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Sep 13, 2024
1 parent e9ec114 commit 9e927ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/test_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg"
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > test/parameters.py

rm -rf venv
python3.10 -m venv venv
python3.12 -m venv venv
. venv/bin/activate
python3.10 -m pip install -U tox>=4
python3.12 -m pip install -U tox>=4

# Run tests
cd $CONNECTOR_DIR
Expand All @@ -33,7 +33,7 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
# pandas not tested here because of macos issue: SNOW-1660226
TEST_ENVLIST=$(python3 -c "print('fix_lint,' + ','.join('py${SHORT_VERSION}-' + e + '-ci' for e in ['unit','integ','sso']) + ',py${SHORT_VERSION}-coverage')")
echo "[Info] Running tox for ${TEST_ENVLIST}"
python3.10 -m tox run -e ${TEST_ENVLIST} --installpkg ${CONNECTOR_WHL}
python3.12 -m tox run -e ${TEST_ENVLIST} --installpkg ${CONNECTOR_WHL}
done

deactivate

0 comments on commit 9e927ea

Please sign in to comment.