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 1753e75 commit a0103fbCopy full SHA for a0103fb
gen.yaml
@@ -21,6 +21,7 @@ python:
21
pytest: '>=8.3.3'
22
pytest-asyncio: '>=0.24.0'
23
pytest-mock: '>=3.14.0'
24
+ pytest-xdist: ^3.5.0
25
types-aiofiles: '>=24.1.0'
26
uvloop: '>=0.20.0'
27
main:
pyproject.toml
@@ -37,6 +37,7 @@ pylint = "==3.2.3"
37
pytest = ">=8.3.3"
38
pytest-asyncio = ">=0.24.0"
39
pytest-mock = ">=3.14.0"
40
+pytest-xdist = "^3.5.0"
41
types-aiofiles = ">=24.1.0"
42
uvloop = ">=0.20.0"
43
0 commit comments