We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1580862 + 66151db commit af7b1cbCopy full SHA for af7b1cb
tests/logictest/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update -yq && apt-get install -yq \
4
psmisc libffi-dev && \
5
rm -rf /var/lib/apt/lists/*
6
RUN python3 -m pip install --upgrade pip && pip install \
7
- mysql-connector-python \
+ mysql-connector-python==8.0.28 \
8
pymysql \
9
sqlalchemy \
10
clickhouse_driver \
0 commit comments