Skip to content

Commit

Permalink
Require ansible-core 2.14 or newer (#206)
Browse files Browse the repository at this point in the history
Require ansible-core 2.14 as this version will be released after
2.13 will reach EOL (06 Nov 2023).
  • Loading branch information
ssbarnea authored Oct 20, 2023
1 parent e2116e4 commit 56c9f77
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-core==2.15.5
cffi==1.16.0
cryptography==41.0.4
exceptiongroup==1.1.3
importlib-resources==5.0.7
iniconfig==2.0.0
jinja2==3.1.2
markupsafe==2.1.3
packaging==23.2
pluggy==1.3.0
pycparser==2.21
pytest==7.4.2
pyyaml==6.0.1
resolvelib==1.0.1
setuptools==68.2.2
tomli==2.0.1
1 change: 1 addition & 0 deletions .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ansible-core>=2.14
pytest>=6,<8.0.0
setuptools
2 changes: 1 addition & 1 deletion .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ regex==2023.8.8
requests==2.31.0
resolvelib==1.0.1
rich==13.6.0
rpds-py==0.10.4
rpds-py==0.10.6
setuptools==68.2.2
six==1.16.0
soupsieve==2.5
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ testing workflow by offering three distinct pieces of functionality:
provisioning resources, testing configurations, and more, all while
leveraging the power and flexibility of pytest.

## Supported Ansible

Pytest Ansible will only support versions of **python** and **ansible-core**
which are under
[active upstream support](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#release-schedule)
which currently translates to:

- Python 3.9 or newer
- Ansible-core 2.14 or newer

## Installation

Install this plugin using `pip`:
Expand Down

0 comments on commit 56c9f77

Please # to comment.