Alex
Alex
I had to write multiple assertions in the same test and this plugin is awesome. As the same way that you can capture one error and continue executing assertions It...
##### ISSUE TYPE - Bug Report ##### SUMMARY After installing ansible-navigator and execute it the first time, an image is downloaded by podman, but later no pod is used to...
Library version: 4.5.1 Podman version: 3.4.7 and 4.5.1 How to reproduce: ``` In [25]: from podman import PodmanClient In [26]: client = PodmanClient(base_url="unix:///run/user/1000/podman/podman.sock") In [27]: image = client.images.pull("docker.io/library/python:3.11") In [28]:...
Make python3.11 the minimal supported version of python, required for incoming features and dependencies. Jira: https://issues.redhat.com/browse/AAP-19622 backport of https://github.com/ansible/ansible-rulebook/pull/649
This is a little enhancement when the source plugin fails and raises an exception without message. Also extends the source plugin development guide. Related with https://issues.redhat.com/browse/AAP-19598
jpy can not be compiled with python3.11, as a consequence ansible-rulebook installation fails. @benthomasson @mkanoor ``` PIP_NO_BINARY=jpy pip install jpy DEPRECATION: --no-binary currently disables reading from the cache of locally...
Fixes https://github.com/ansible/ansible-rulebook/issues/681
Adds support for python 3.12. Also updates a test with a race condition in 3.12