Remove textmon because it breaks tests

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-11 14:45:53 -03:00
commit 9e0d115161
3 changed files with 336 additions and 361 deletions

View file

@ -20,7 +20,7 @@ coverage:
tests:
@make install_backend
poetry run pytest tests --testmon --instafail
poetry run pytest tests --instafail
tests_frontend:
ifeq ($(UI), true)

694
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -125,7 +125,6 @@ pytest-xdist = "^3.3.1"
types-pywin32 = "^306.0.0.4"
types-google-cloud-ndb = "^2.2.0.0"
pytest-sugar = "^0.9.7"
pytest-testmon = "^2.1.0"
pytest-instafail = "^0.5.0"