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 <tonay@ibm.com>
(cherry picked from commit e57492b)
  • Loading branch information
asm0deuz authored and mergify[bot] committed Jun 21, 2024
1 parent 79bfdf1 commit 385b56f
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,rocky8,rocky9,ubuntu_lts}-{functional}
{el9,rocky8,rocky9,ubuntu_lts}-{functional}
skipsdist = True

[testenv:mypy]
Expand All @@ -28,7 +28,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,rocky8,rocky9,ubuntu_lts}-functional]
[testenv:{el9,rocky8,rocky9,ubuntu_lts}-functional]
allowlist_externals =
vagrant
bash
Expand All @@ -37,7 +37,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
rocky8: CEPH_ANSIBLE_VAGRANT_BOX = generic/rocky8
rocky9: CEPH_ANSIBLE_VAGRANT_BOX = generic/rocky9
Expand Down

0 comments on commit 385b56f

Please sign in to comment.