Skip to content

Commit dbb4664

Browse files
committed
set -n 0 for pytest
1 parent e7a3227 commit dbb4664

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
@@ -59,7 +59,7 @@ install: .venv .reports
5959
# Tests
6060

6161
.pytest:
62-
poetry run pytest ${TESTS} --cov=${SOURCES} --cov-report=xml
62+
poetry run pytest -n 0 ${TESTS} --cov=${SOURCES} --cov-report=xml
6363

6464
.doctest:
6565
poetry run pytest --doctest-modules ${SOURCES} --ignore=rectools/tools/ann.py

0 commit comments

Comments
 (0)