Skip to content

Commit

Permalink
Merge "Tests: Update CI tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Dec 3, 2024
2 parents e0df256 + e62d560 commit 2b7d646
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ generate_user_files = -W error::UserWarning -m pwb generate_user_files -family:w

[testenv]
basepython =
# use Python 3.8 with py37 to until config is updated upstream
py37: python3.8
py38: python3.8
py39: python3.9
py310: python3.10
Expand All @@ -38,7 +36,7 @@ commands =
lint: pre-commit run --all-files --show-diff-on-failure

deeptest: python {[params]generate_user_files}
deeptest-py37: python -m unittest discover -vv -p "*_tests.py"
deeptest-py38: python -m unittest discover -vv -p "*_tests.py"
deeptest-py312: pytest

fasttest: python {[params]generate_user_files}
Expand Down

0 comments on commit 2b7d646

Please sign in to comment.