Skip to content

Commit

Permalink
py3.7 is out of scope for the tests
Browse files Browse the repository at this point in the history
Due to changes in commit fb69627
  • Loading branch information
schaefi committed Feb 19, 2024
1 parent 0cb6a3d commit 4dcc0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-units-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ envlist =
unit_py3_10,
unit_py3_9,
unit_py3_8,
unit_py3_7,
packagedoc


[testenv]
description =
{unit_py3_7,unit_py3_8,unit_py3_9,unit_py3_10,unit_py3_11,unit_py3_12}: Unit Test run with basepython set to {basepython}
{unit_py3_8,unit_py3_9,unit_py3_10,unit_py3_11,unit_py3_12}: Unit Test run with basepython set to {basepython}
devel: Test KIWI
allowlist_externals =
bash
Expand All @@ -47,7 +46,6 @@ basepython =
unit_py3_10: python3.10
unit_py3_9: python3.9
unit_py3_8: python3.8
unit_py3_7: python3.7
release: python3.10
check: python3
devel: python3
Expand All @@ -59,14 +57,6 @@ deps =
-r.virtualenv.dev-requirements.txt


# Unit Test run with basepython set to 3.7
[testenv:unit_py3_7]
setenv =
PYTHONPATH={toxinidir}/test
changedir=test/unit
commands =
{[testenv:unit]commands}

# Unit Test run with basepython set to 3.8
[testenv:unit_py3_8]
setenv =
Expand Down

0 comments on commit 4dcc0db

Please sign in to comment.