Remove unused deps from poetry build, speed test suite to ~16s (#130)

This commit is contained in:
Alexander Whitestone
2026-03-05 18:07:59 -05:00
committed by GitHub
parent f2dacf4ee0
commit e8f1dea3ec
8 changed files with 29 additions and 22 deletions

View File

@@ -92,10 +92,10 @@ test-integration:
$(PYTEST) tests -m "integration" --tb=short -v
test-functional:
$(PYTEST) tests -m "functional and not slow and not selenium" --tb=short -v
$(PYTEST) tests -m "functional and not slow and not selenium" --tb=short -v -n0
test-e2e:
$(PYTEST) tests -m "e2e" --tb=short -v
$(PYTEST) tests -m "e2e" --tb=short -v -n0
test-fast:
$(PYTEST) tests -m "unit or integration" --tb=short -v