This is an automated email from the ASF dual-hosted git repository.

micafer pushed a commit to branch fix_docker_pypy3
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 1d9a6acfa6fbb9c9026ee54da8282278e9855aea
Author: Miguel Caballer <[email protected]>
AuthorDate: Wed Jul 22 08:46:24 2026 +0200

    Fix pypy test in dockerfile
---
 contrib/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 9e72120fe..64f52f264 100644
--- a/contrib/Dockerfile
+++ b/contrib/Dockerfile
@@ -58,4 +58,4 @@ RUN set -e && \
     python3.12 -m pip install --break-system-packages uv && \
     python3.12 -m uv sync --group ci --no-dev
 
-CMD ["tox", "-e", 
"lint,isort-check,black-check,bandit,py3.12,py3.10,py3.11,py3.13,pypypy3.10"]
+CMD ["tox", "-e", 
"lint,isort-check,black-check,bandit,py3.12,py3.10,py3.11,py3.13,pypypy3"]

Reply via email to