Skip to content

Commit

Permalink
pytest-xdist causes too many problems
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed May 25, 2024
1 parent 7a2fd93 commit e816723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion clickplc/tests/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# autouse = False

@pytest.fixture(scope='session', autouse=autouse)
async def _sim(worker_id):
async def _sim():
"""Start a modbus server simulator."""
from pymodbus.datastore import (
ModbusSequentialDataBlock,
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'pytest',
'pytest-asyncio>=0.23.7,<=0.23.9',
'pytest-cov',
'pytest-xdist',
'mypy==1.10.0',
'ruff==0.4.2',
],
Expand Down

0 comments on commit e816723

Please sign in to comment.