Skip to content

Commit

Permalink
Merge pull request #302 from asm0deuz/remove_el8
Browse files Browse the repository at this point in the history
tox: remove CentOS 8 from the available testing scenarios
  • Loading branch information
asm0deuz authored Jun 21, 2024
2 parents 2bbeb77 + e57492b commit 40ce4c8
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 40ce4c8

Please sign in to comment.