Skip to content

Commit a0103fb

Browse files
committed
Add pytest-xdist as dev dependency
1 parent 1753e75 commit a0103fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ python:
2121
pytest: '>=8.3.3'
2222
pytest-asyncio: '>=0.24.0'
2323
pytest-mock: '>=3.14.0'
24+
pytest-xdist: ^3.5.0
2425
types-aiofiles: '>=24.1.0'
2526
uvloop: '>=0.20.0'
2627
main:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pylint = "==3.2.3"
3737
pytest = ">=8.3.3"
3838
pytest-asyncio = ">=0.24.0"
3939
pytest-mock = ">=3.14.0"
40+
pytest-xdist = "^3.5.0"
4041
types-aiofiles = ">=24.1.0"
4142
uvloop = ">=0.20.0"
4243

0 commit comments

Comments
 (0)