From ff04d0f998821b9e5138d08ec8376dbc0a411e59 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Mon, 31 Jul 2023 11:17:31 +0300 Subject: [PATCH] Fix tox --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index a1d611b..47ba2b8 100644 --- a/tox.ini +++ b/tox.ini @@ -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