Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ebdbb9

Browse files
bbezakmnasiadka
authored andcommitted
setup.cfg: Replace dashes with underscores
setuptools 78.0.1 disallowed deprecated dash-separated and uppercase options in setup.cfg [1] [1] pypa/setuptools#4870 Change-Id: I7c51eb7d62a209c2ff53b0a6f49dcbdcdabd7c6d (cherry picked from commit 0aa7766)
1 parent b2fb42f commit 6ebdbb9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ console_scripts =
4747
kolla-readpwd = kolla_ansible.cmd.readpwd:main
4848
kolla-ansible = kolla_ansible.cmd.kolla_ansible:main
4949

50-
kolla-ansible.cli =
50+
kolla_ansible.cli =
5151
gather-facts = kolla_ansible.cli.commands:GatherFacts
5252
install-deps = kolla_ansible.cli.commands:InstallDeps
5353
prechecks = kolla_ansible.cli.commands:Prechecks

tests/run-hashi-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
name:
5555
- "{{ kolla_ansible_src_dir }}"
5656
- "ansible-core{{ ansible_core_version_constraint }}"
57-
- "ara[server]<1.7"
57+
- "ara[server]<1.8"
5858
virtualenv: "{{ kolla_ansible_venv_path }}"
5959

6060
- name: Copy passwords.yml file

tests/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
name:
269269
- "{{ kolla_ansible_src_dir }}"
270270
- "ansible-core{{ ansible_core_version_constraint }}"
271-
- "ara[server]<1.7"
271+
- "ara[server]<1.8"
272272
virtualenv: "{{ kolla_ansible_venv_path }}"
273273

274274
- name: Install Ansible collections

0 commit comments

Comments
 (0)