Skip to content

Commit

Permalink
Merge branch 'main' into chore/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 29, 2024
2 parents 5746c00 + 58c5c06 commit 5c0ceae
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
bindep==2.11.0
black==23.12.1
black==24.1.1
bracex==2.4
build==1.0.3
cachetools==5.3.2
Expand All @@ -31,7 +31,7 @@ charset-normalizer==3.3.2
click==8.1.7
click-help-colors==0.9.4
colorama==0.4.6
coverage==7.4.0
coverage==7.4.1
cryptography==42.0.1
csscompressor==0.9.5
cssselect2==0.7.0
Expand Down Expand Up @@ -69,7 +69,7 @@ mkdocs-ansible==0.2.1
mkdocs-autorefs==0.5.0
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==1.0.0
mkdocs-material==9.5.5
mkdocs-material==9.5.6
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.7.2
mkdocs-monorepo-plugin==1.1.0
Expand Down Expand Up @@ -99,16 +99,16 @@ pygments==2.17.2
pymdown-extensions==10.7
pyproject-api==1.6.1
pyproject-hooks==1.0.0
pytest==7.4.4
pytest==8.0.0
pytest-ansible==24.1.2
pytest-xdist==3.5.0
python-daemon==3.0.1
python-dateutil==2.8.2
python-gnupg==0.5.2
python-slugify==8.0.1
python-slugify==8.0.2
pyyaml==6.0.1
pyyaml-env-tag==0.1
referencing==0.32.1
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
requirements-parser==0.5.0
Expand Down
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ansible-runner==2.3.4
ansible-sign==0.1.1
attrs==23.2.0
bindep==2.11.0
black==23.12.1
black==24.1.1
bracex==2.4
cachetools==5.3.2
cffi==1.16.0
Expand Down Expand Up @@ -53,13 +53,13 @@ ptyprocess==0.7.0
pycparser==2.21
pygments==2.17.2
pyproject-api==1.6.1
pytest==7.4.4
pytest==8.0.0
pytest-ansible==24.1.2
pytest-xdist==3.5.0
python-daemon==3.0.1
python-gnupg==0.5.2
pyyaml==6.0.1
referencing==0.32.1
referencing==0.33.0
requirements-parser==0.5.0
resolvelib==1.0.1
rich==13.7.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The curated list of tools installed as part of the Ansible automation developer

[tox-ansible](https://github.com/ansible/tox-ansible): The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing.

[ansible-development-environment](https://github.com/ansible/ansible-development-environment): A pip-like install for Ansible collections.
[ansible-dev-environment](https://github.com/ansible/ansible-dev-environment): A pip-like install for Ansible collections.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The curated list of tools installed as part of the Ansible Development Tools inc
- [molecule](https://github.com/ansible/molecule): Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
- [pytest-ansible](https://github.com/ansible/pytest-ansible): A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios using a pytest fixture.
- [tox-ansible](https://github.com/ansible/tox-ansible): The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing.
- [ansible-development-environment](https://github.com/ansible/ansible-development-environment): A pip-like install for Ansible collections.
- [ansible-dev-environment](https://github.com/ansible/ansible-dev-environment): A pip-like install for Ansible collections.

## Community

Expand Down
17 changes: 9 additions & 8 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ In addition to installing each of the above tools, `ansible-dev-tools` provides
```
$ adt --version
ansible-builder 3.0.0
ansible-core 2.16.0
ansible-creator 1.0.0
ansible-dev-tools 1.0.0
ansible-lint 6.22.0
ansible-navigator 3.5.0
ansible-core 2.16.2
ansible-creator 24.1.0
ansible-dev-environment 24.1.0
ansible-dev-tools 0.2.0a1.dev26
ansible-lint 6.22.2
ansible-navigator 3.6.0
ansible-sign 0.1.1
molecule 6.0.2
pytest-ansible 4.1.1
tox-ansible 2.0.14
molecule 6.0.3
pytest-ansible 24.1.2
tox-ansible 2.1.0
```
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ extra:
linke: https://github.com/ansible/ansible-creator
- name: ansible-compat
link: https://github.com/ansible/ansible-compat
- name: ansible-development-environment
link: https://github.com/ansible/ansible-development-environment
- name: ansible-dev-environment
link: https://github.com/ansible/ansible-dev-environment
- name: team-devtools
link: https://github.com/ansible/team-devtools
- name: mkdocs-ansible
Expand Down
1 change: 1 addition & 0 deletions src/ansible_dev_tools/arg_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Parse the command line arguments."""

import argparse

from .version_builder import version_builder
Expand Down
1 change: 1 addition & 0 deletions src/ansible_dev_tools/version_builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Build version text."""

import importlib.metadata


Expand Down

0 comments on commit 5c0ceae

Please sign in to comment.