Skip to content

Commit 3d0e4c6

Browse files
committed
pytest-xdist causes more probles than it's worth
1 parent 7a2fd93 commit 3d0e4c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clickplc/tests/test_driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# autouse = False
2020

2121
@pytest.fixture(scope='session', autouse=autouse)
22-
async def _sim(worker_id):
22+
async def _sim():
2323
"""Start a modbus server simulator."""
2424
from pymodbus.datastore import (
2525
ModbusSequentialDataBlock,

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'pytest',
3333
'pytest-asyncio>=0.23.7,<=0.23.9',
3434
'pytest-cov',
35-
'pytest-xdist',
3635
'mypy==1.10.0',
3736
'ruff==0.4.2',
3837
],

0 commit comments

Comments
 (0)