Skip to content

Commit

Permalink
tox: remove CentOS 8 from the available testing scenarios
Browse files Browse the repository at this point in the history
Due to CentOS 8 eol on May 31, 2024*, CentOS 8 is removed as a testing
scenario OS

*https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/

Signed-off-by: Teoman ONAY <[email protected]>
(cherry picked from commit e57492b)
  • Loading branch information
asm0deuz committed Jun 24, 2024
1 parent cd25147 commit af0a857
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
flake8,mypy,unittests
{el8,el9}-{functional}
{el9}-{functional}
skipsdist = True

[testenv:mypy]
Expand All @@ -27,7 +27,7 @@ setenv=
PYTHONPATH = {env:PYTHONPATH:}:{toxinidir}/library:{toxinidir}/module_utils:{toxinidir}/tests/library
commands = py.test -vvv -n=auto {toxinidir}/tests/library/ {toxinidir}/tests/module_utils

[testenv:{el8,el9}-functional]
[testenv:{el9}-functional]
allowlist_externals =
vagrant
bash
Expand All @@ -36,7 +36,6 @@ passenv=*
sitepackages=True
setenv=
# Set the vagrant box image to use
el8: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
el9: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
ANSIBLE_CONFIG = {toxinidir}/ansible.cfg
Expand Down

0 comments on commit af0a857

Please sign in to comment.