Skip to content

Commit 4152bf7

Browse files
author
samuel.oranyeli
committed
improve pytest?
1 parent 02b8901 commit 4152bf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
- name: Install pyjanitor
5252
run: python -m pip install -e . -vvv --isolated
5353

54-
55-
5654
- name: Run docstrings tests
5755
run: pytest -v -r a -n auto --color=yes --durations=0 --cov=janitor --cov-append --cov-report term-missing --cov-report xml --doctest-only janitor
5856

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ markers = [
4848
]
4949
addopts = [
5050
"--import-mode=importlib",
51+
"--numprocesses=auto"
5152
]
5253

5354

0 commit comments

Comments
 (0)