Skip to content

Commit 057ea0e

Browse files
NiallEgansusodapop
authored andcommitted
Faster integration tests
1 parent 0c8929d commit 057ea0e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
grpcio==1.41.0
2+
pyarrow==5.0.0
3+
protobuf==3.18.1
4+
cryptography==35.0.0
5+
thrift==0.13.0
6+
pandas==1.3.4
7+
future==0.18.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM python:3.7-slim-buster
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
FROM python:3.7-slim-buster
2-
3-
RUN pip install grpcio==1.41.0 \
4-
pyarrow==5.0.0 \
5-
protobuf==3.18.1 \
6-
cryptography==35.0.0 \
7-
thrift==0.13.0 \
8-
pandas==1.3.4 \
9-
future==0.18.2
1+
RUN pip install -r dev_requirements.txt
102

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

0 commit comments

Comments
 (0)