Skip to content

Commit e68a26e

Browse files
committed
no use_password in test_linux
1 parent b6e764e commit e68a26e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/test_linux.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# - This script assumes that ../dist/repaired_wheels has the wheel(s) built for all versions to be tested
77
# - This is the script that test_docker.sh runs inside of the docker container
88

9-
# Tests USE_PASSWORD as it runs agains the mocked Snowflake instance
10-
export USE_PASSWORD=true
119

1210
PYTHON_VERSIONS="${1:-3.9 3.10 3.11 3.12 3.13}"
1311
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -41,7 +39,6 @@ if [[ "$is_old_driver" == "true" ]]; then
4139
else
4240
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
4341
echo "[Info] Testing with ${PYTHON_VERSION}"
44-
echp "Running with ${USE_PASSWORD}"
4542
SHORT_VERSION=$(python3.10 -c "print('${PYTHON_VERSION}'.replace('.', ''))")
4643
CONNECTOR_WHL=$(ls $CONNECTOR_DIR/dist/snowflake_connector_python*cp${SHORT_VERSION}*manylinux2014*.whl | sort -r | head -n 1)
4744
TEST_LIST=`echo py${PYTHON_VERSION/\./}-{unit-parallel,integ,pandas-parallel,sso}-ci | sed 's/ /,/g'`

0 commit comments

Comments
 (0)