Skip to content

Commit

Permalink
Merge pull request #363 from SUSE/py312
Browse files Browse the repository at this point in the history
Add py312 unit tests
  • Loading branch information
dirkmueller authored Dec 22, 2023
2 parents d1a1659 + e9563d4 commit d25383d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py36,py39,py310,py311}-unit, build, all, base, fips, init, dotnet, python, ruby, node, go, openjdk, openjdk_devel, rust, php, busybox, 389ds, metadata, minimal, multistage, repository, doc, lint, get_urls, pcp, distribution, postgres, git, helm, nginx
envlist = {py36,py39,py310,py311,py312}-unit, build, all, base, fips, init, dotnet, python, ruby, node, go, openjdk, openjdk_devel, rust, php, busybox, 389ds, metadata, minimal, multistage, repository, doc, lint, get_urls, pcp, distribution, postgres, git, helm, nginx
isolated_build = True
skip_missing_interpreters = True

Expand Down Expand Up @@ -40,7 +40,7 @@ passenv =
commands =
pytest -vv tests/test_{envname}.py --junitxml={toxinidir}/junit_{envname}.xml []

[testenv:{py36,py39,py310,py311}-unit]
[testenv:{py36,py39,py310,py311,py312}-unit]
commands =
pytest -n auto tests/test_unit.py --junitxml={toxinidir}/junit_unit.xml []
deps =
Expand Down

0 comments on commit d25383d

Please sign in to comment.