Skip to content

Commit

Permalink
tests: fix tox environment build
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 8, 2023
1 parent 40cd305 commit de12afb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@ envlist =
py39
py310
py311
py312
coverage
[testenv]
allowlist_externals = poetry
commands =
poetry install
poetry install --with dev
poetry run pytest {posargs}
[testenv:style]
Expand All @@ -93,7 +92,7 @@ commands =
[testenv:coverage]
commands =
poetry install
poetry install --with dev
poetry run pytest --cov --cov-report term:skip-covered {posargs}
poetry run coverage html
"""

0 comments on commit de12afb

Please sign in to comment.