Skip to content

Commit

Permalink
PHOENIX-5844 Feature parity for the python client (addendum: fix test…
Browse files Browse the repository at this point in the history
… suite)
  • Loading branch information
stoty committed Apr 18, 2020
1 parent 9ab9344 commit ac320cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/phoenixdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ def readme():
install_requires=[
'protobuf>=3.0.0',
'requests',
'requests-kerberos'
'requests-gssapi'
]
)
1 change: 0 additions & 1 deletion queryserver/src/it/bin/test_phoenixdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ popd

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

export KRB5_CONFIG=$KRB5_CFG_FILE
Expand Down

0 comments on commit ac320cf

Please sign in to comment.