Skip to content

Commit af7b1cb

Browse files
authored
Merge pull request #7568 from everpcpc/fix-test
ci: pin mysql-connector-python==8.0.28 for sqllogic test
2 parents 1580862 + 66151db commit af7b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logictest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update -yq && apt-get install -yq \
44
psmisc libffi-dev && \
55
rm -rf /var/lib/apt/lists/*
66
RUN python3 -m pip install --upgrade pip && pip install \
7-
mysql-connector-python \
7+
mysql-connector-python==8.0.28 \
88
pymysql \
99
sqlalchemy \
1010
clickhouse_driver \

0 commit comments

Comments
 (0)