We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8901 commit 4152bf7Copy full SHA for 4152bf7
.github/workflows/tests.yml
@@ -51,8 +51,6 @@ jobs:
51
- name: Install pyjanitor
52
run: python -m pip install -e . -vvv --isolated
53
54
-
55
56
- name: Run docstrings tests
57
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
58
pyproject.toml
@@ -48,6 +48,7 @@ markers = [
48
]
49
addopts = [
50
"--import-mode=importlib",
+ "--numprocesses=auto"
0 commit comments