Skip to content

Commit 7e92f08

Browse files
author
Jens Diemer
committed
Change "make tox" and remove "parallel" run.
Running tox parallel makes it unstable, related to coverage report :(
1 parent 3d9cb00 commit 7e92f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tox-listenvs: check-poetry ## List all tox test environments
4646
poetry run tox --listenvs
4747

4848
tox: check-poetry ## Run unittests via tox with all environments
49-
poetry run tox p
49+
poetry run tox
5050
poetry run coverage combine --append
5151
poetry run coverage html
5252
poetry run coverage report

0 commit comments

Comments
 (0)