Skip to content

Commit ac320cf

Browse files
committed
PHOENIX-5844 Feature parity for the python client (addendum: fix test suite)
1 parent 9ab9344 commit ac320cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/phoenixdb/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ def readme():
6464
install_requires=[
6565
'protobuf>=3.0.0',
6666
'requests',
67-
'requests-kerberos'
67+
'requests-gssapi'
6868
]
6969
)

queryserver/src/it/bin/test_phoenixdb.sh

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ popd
5959

6060
set -u
6161
echo "INSTALLING COMPONENTS"
62-
pip install -e file:///${LOCAL_PY}/requests-kerberos
6362
pip install -e file:///${LOCAL_PY}/phoenixdb
6463

6564
export KRB5_CONFIG=$KRB5_CFG_FILE

0 commit comments

Comments
 (0)