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 d07f1c8 commit c454a4cCopy full SHA for c454a4c
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
cmd: make -C doc/ html
48
type: lint
49
- name: pytest
50
- cmd: pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20 --numprocesses auto
+ cmd: pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20
51
type: test
52
os:
53
- name: Linux
setup.cfg
@@ -527,7 +527,7 @@ universal=1
527
[tool:pytest]
528
# log_cli = true
529
testpaths = test
530
-addopts = -p no:warnings
+addopts = -p no:warnings --numprocesses auto
531
asyncio_mode = auto
532
533
0 commit comments