Skip to content

Commit c454a4c

Browse files
authored
Add xdist pr default. (#1253)
1 parent d07f1c8 commit c454a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cmd: make -C doc/ html
4848
type: lint
4949
- name: pytest
50-
cmd: pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20 --numprocesses auto
50+
cmd: pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20
5151
type: test
5252
os:
5353
- name: Linux

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ universal=1
527527
[tool:pytest]
528528
# log_cli = true
529529
testpaths = test
530-
addopts = -p no:warnings
530+
addopts = -p no:warnings --numprocesses auto
531531
asyncio_mode = auto
532532

533533

0 commit comments

Comments
 (0)