Skip to content

Commit 3b43873

Browse files
committed
tmp
1 parent c22b126 commit 3b43873

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/Dockerfile.trixie

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ RUN wget -O /etc/apt/trusted.gpg.d/pgdg-key.asc https://www.postgresql.org/media
2929
&& apt-get update && apt-get install -y --no-install-recommends postgresql-14 libpq-dev
3030

3131
# MySQL
32-
RUN wget -O /tmp/mysql-apt-config.deb 'https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb' \
33-
&& apt-get install -y /tmp/mysql-apt-config.deb && apt-get update \
34-
&& apt-get install -y --no-install-recommends mysql-server libmysqlclient-dev
32+
RUN apt-get install -y --no-install-recommends default-mysql-server default-libmysqlclient-dev
3533

3634
# Python package
3735
COPY tests/python/requirements-trixie.txt /tmp/requirements.txt

tests/python/requirements-trixie.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pytest==7.3.1
88
pytest-mysql==2.3.1
99
pytest-postgresql==4.1.1
1010
pytest-durations==1.6.1
11+
psycopg==3.1.9
1112
pytest-xdist==3.3.1
1213
zstandard==0.21.0
1314
six==1.17.0

0 commit comments

Comments
 (0)