Skip to content

Commit 9565f50

Browse files
authored
update deps for python e2e (#113)
Signed-off-by: wangbaiping <[email protected]> Signed-off-by: wangbaiping <[email protected]>
1 parent f04a5de commit 9565f50

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

test/e2e/docker/Dockerfile.tool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8
22

33
WORKDIR /tests
44

5-
ARG COMMIT_HASH=8db606f3470cce75c1b013ae498ac93b862b75b7
5+
ARG COMMIT_HASH=7dbdf726bdd12b67f09b3898bb95790eacbedf84
66

77
ADD https://github.com/apache/skywalking-agent-test-tool/archive/${COMMIT_HASH}.tar.gz .
88

@@ -24,4 +24,4 @@ RUN tar -xf skywalking-mock-collector.tar.gz --strip 1
2424

2525
RUN chmod +x bin/collector-startup.sh
2626

27-
ENTRYPOINT bin/collector-startup.sh
27+
ENTRYPOINT bin/collector-startup.sh

test/e2e/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
PyYAML==5.3.1
2-
requests==2.24.0
3-
apache-skywalking==0.5.0
4-
protobuf==3.12.4
5-
tornado==6.0.4
6-
sanic==20.9.1
7-
Flask==1.1.2
8-
Jinja2==2.11.2
9-
pymongo==3.11.0
10-
PyMySQL==0.10.0
11-
pyramid==1.10.5
12-
pika==1.1.0
1+
PyYAML==6.0
2+
requests==2.26.0
3+
apache-skywalking==0.6.0
4+
protobuf==3.18.3
5+
tornado==6.1
6+
sanic==21.12.2
7+
Flask==2.0.2
8+
Jinja2==3.1.2
9+
pymongo==3.12.0
10+
pymysql==1.0.2
11+
pyramid==2.0
12+
pika==1.2.0
1313
redis==3.5.3
14-
MarkupSafe==1.1.1
15-
itsdangerous==1.1.0
16-
Werkzeug==1.0.1
14+
MarkupSafe==2.1.1
15+
itsdangerous==2.1.2
16+
Werkzeug==2.1.1

0 commit comments

Comments
 (0)