File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dev-dependencies = [
5454 " importlib-metadata>=6.7.0" ,
5555 " rich>=13.7.1" ,
5656 " nest_asyncio==1.6.0" ,
57+ " pytest-xdist>=3.6.1" ,
5758]
5859
5960[tool .rye .scripts ]
@@ -125,7 +126,7 @@ replacement = '[\1](https://github.com/digitalocean/genai-python/tree/main/\g<2>
125126
126127[tool .pytest .ini_options ]
127128testpaths = [" tests" ]
128- addopts = " --tb=short"
129+ addopts = " --tb=short -n auto "
129130xfail_strict = true
130131asyncio_mode = " auto"
131132asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ distro==1.8.0
3030exceptiongroup==1.2.2
3131 # via anyio
3232 # via pytest
33+ execnet==2.1.1
34+ # via pytest-xdist
3335filelock==3.12.4
3436 # via virtualenv
3537h11==0.14.0
@@ -72,7 +74,9 @@ pygments==2.18.0
7274pyright==1.1.399
7375pytest==8.3.3
7476 # via pytest-asyncio
77+ # via pytest-xdist
7578pytest-asyncio==0.24.0
79+ pytest-xdist==3.7.0
7680python-dateutil==2.8.2
7781 # via time-machine
7882pytz==2023.3.post1
You can’t perform that action at this time.
0 commit comments