Skip to content

docker image to run test ontop python 3.12 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.12-slim-bullseye

RUN apt-get update \
&& apt-get -y install \
Expand All @@ -14,7 +14,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get -y update \
&& apt-get -y install openjdk-11-jdk-headless libev4 libev-dev patch gcc git procps python2 docker-ce-cli \
&& apt-get -y install openjdk-11-jdk-headless libev4 libev-dev patch gcc git procps docker-ce-cli \
&& pip install --upgrade pip \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion scripts/image
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scylladb/scylla-python-driver-matrix:python3.9-20230618
docker.io/scylladb/scylla-python-driver-matrix:python3.9-20231226
14 changes: 1 addition & 13 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
six>=1.6
pytest==6.2.5
PyYAML==5.4
packaging==19.0
scales==1.0.9
mock==4.0.3
pytz==2019.1
sure==1.4.11
psutil==5.6.6
pure-sasl==0.6.1
Twisted==23.8.0
unittest2==1.1.0 ; python_version < '3'
gevent>=1.0
greenlet
cython
PyYAML==6.0.1
jinja2==3.0.3
boto3==1.20.51