Skip to content

Commit

Permalink
Update tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
yugokato committed Dec 17, 2024
1 parent b976107 commit 0ffbbe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ env_list =
set_env =
IS_TOX = true
APP_PORT = 5000
parallel_show_output = true
deps =
py,py{311,312,313}: .[test]
commands = pytest tests
commands = pytest {posargs}

# Use a different app port per env for parallel testing
[testenv:py311]
Expand Down

0 comments on commit 0ffbbe0

Please sign in to comment.