Skip to content

Commit 8810930

Browse files
NiallEgansusodapop
authored andcommitted
Dockerize PyHive tests
Since we changed the imports, we also now have to dockerize the PyHive tests Rerunning integration tests
1 parent 6339625 commit 8810930

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

cmdexec/clients/python/test-container-with-reqs.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ RUN pip install grpcio==1.41.0 \
55
protobuf==3.18.1 \
66
cryptography==35.0.0 \
77
thrift==0.13.0 \
8-
pandas==1.3.4
8+
pandas==1.3.4 \
9+
future==0.18.2 \
10+
python-dateutil==2.8.2
911

1012
ENTRYPOINT ["./docker-entrypoint.sh"]

cmdexec/clients/python/tests/docker-entrypoint.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)