Skip to content

Commit

Permalink
build(tox): do not run Poetry inside tox test env
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jan 8, 2024
1 parent b3da615 commit 717ef65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ env_list =

[testenv]
description = run tests
allowlist_externals = poetry
commands_pre =
poetry install --no-root --sync
deps =
pytest>=7,<8
commands =
poetry run pytest
pytest

0 comments on commit 717ef65

Please sign in to comment.