Remove textmon because it breaks tests
This commit is contained in:
parent
c8f2469c9f
commit
9e0d115161
3 changed files with 336 additions and 361 deletions
2
Makefile
2
Makefile
|
|
@ -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
694
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue