From 1c3f6c86e2be8f82e288119cd1bd5568d959c033 Mon Sep 17 00:00:00 2001 From: Amine Saboni Date: Fri, 8 Nov 2024 13:37:37 +0100 Subject: [PATCH] fix: remove poetry from tests management --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index bceaca45..1c7f38fb 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ env = py310 [testenv] deps = - poetry pytest recreate = @@ -12,7 +11,6 @@ recreate = changedir = ./backend commands = - poetry install --with dev # tests are failing due to test database missing on github # todo enable database for testing #python -m pytest -vv