ansible-community / ara

ARA Records Ansible and makes it easier to understand and troubleshoot.
https://ara.recordsansible.org
GNU General Public License v3.0
1.88k stars 174 forks source link

no report with python 3.12 docker image #521

Open christianwohlgemuth opened 1 year ago

christianwohlgemuth commented 1 year ago

What is the issue ?

i build a docker image with ansible and ara with the python base image

ARG PYTHON_VERSION FROM python:${PYTHON_VERSION} ARG ANSIBLE_VERSION ARG ARA_VERSION RUN pip \ --no-cache-dir \ --proxy http://proxy:8080 \ --trusted-host pypi.org \ --trusted-host pypi.python.org \ --trusted-host files.pythonhosted.org \ install ansible==${ANSIBLE_VERSION} lxml ara==${ARA_VERSION}

with python:3.11.3 ara will send reports but with 3.12.0 it stop send reports. there are no error or warnings also with the -vvv flag

ANSIBLE_VERSION="8.4.0" ARA_VERSION="1.7.0" PYTHON_VERSION="3.12.0-bullseye"

dmsimard commented 7 months ago

Hi @christianwohlgemuth, thanks for the issue and apologies for not getting back to you until now.

Is this still an issue with ara 1.7.1 ?