File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ TEST_ARGS="${*:1}"
36
36
export PIP_QUIET=1 # Quiet by default
37
37
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
38
38
39
+ set +x
39
40
python -c " import sys; sys.exit(sys.prefix == sys.base_prefix)" || (echo " Not inside a virtual env!" ; exit 1)
40
41
41
42
# Try to source local Drivers Secrets
47
48
fi
48
49
49
50
if [ " $AUTH " != " noauth" ]; then
50
- set +x
51
51
if [ ! -z " $TEST_DATA_LAKE " ]; then
52
52
export DB_USER=" mhuser"
53
53
export DB_PASSWORD=" pencil"
@@ -68,10 +68,10 @@ if [ "$AUTH" != "noauth" ]; then
68
68
export DB_PASSWORD=" pwd123"
69
69
fi
70
70
echo " Added auth, DB_USER: $DB_USER "
71
- set -x
72
71
fi
73
72
74
73
if [ -n " $TEST_ENTERPRISE_AUTH " ]; then
74
+ python -m pip install ' .[gssapi]'
75
75
if [ " Windows_NT" = " $OS " ]; then
76
76
echo " Setting GSSAPI_PASS"
77
77
export GSSAPI_PASS=${SASL_PASS}
You can’t perform that action at this time.
0 commit comments