Skip to content

Commit

Permalink
fix: remove poetry from tests management
Browse files Browse the repository at this point in the history
  • Loading branch information
SaboniAmine committed Nov 8, 2024
1 parent c9cb780 commit 1c3f6c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ env = py310

[testenv]
deps =
poetry
pytest

recreate =
Expand All @@ -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
Expand Down

0 comments on commit 1c3f6c8

Please sign in to comment.