Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Jul 31, 2023
1 parent 5b1e484 commit ff04d0f
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 @@ -10,11 +10,9 @@ setenv =
LC_ALL = en_US.utf8
LANG = en_US.utf8
commands =
sh -c 'curl -sSL https://install.python-poetry.org | python3 -'
pip install pip --upgrade
pip install tox --upgrade
pip install tox poetry --upgrade
poetry install
poetry run pytest -s rosa/tests
allowlist_externals =
sh
poetry

0 comments on commit ff04d0f

Please sign in to comment.