Remove unused deps from poetry build, speed test suite to ~16s (#130)
This commit is contained in:
committed by
GitHub
parent
f2dacf4ee0
commit
e8f1dea3ec
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user