Skip to content

Commit f08a15e

Browse files
authored
Merge pull request #7610 from TCeason/ISSUE-7609/drop_pin
ci: drop the pin mysql-connector-python==8.0.28 for sqllogic test
2 parents d6b8631 + a4bc101 commit f08a15e

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==8.0.28 \
7+
mysql-connector-python \
88
pymysql \
99
sqlalchemy \
1010
clickhouse_driver \

0 commit comments

Comments
 (0)