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 " paramiko>=3.5.1" ,
5859 " anthropic>=0.45.2" ,
5960 " types-paramiko>=3.5.0.20240928" ,
@@ -128,7 +129,7 @@ replacement = '[\1](https://github.com/gitpod-io/gitpod-sdk-python/tree/main/\g<
128129
129130[tool .pytest .ini_options ]
130131testpaths = [" tests" ]
131- addopts = " --tb=short"
132+ addopts = " --tb=short -n auto "
132133xfail_strict = true
133134asyncio_mode = " auto"
134135asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ distro==1.8.0
4141exceptiongroup==1.2.2
4242 # via anyio
4343 # via pytest
44+ execnet==2.1.1
45+ # via pytest-xdist
4446filelock==3.12.4
4547 # via virtualenv
4648h11==0.14.0
@@ -92,7 +94,9 @@ pynacl==1.5.0
9294pyright==1.1.399
9395pytest==8.3.3
9496 # via pytest-asyncio
97+ # via pytest-xdist
9598pytest-asyncio==0.24.0
99+ pytest-xdist==3.7.0
96100python-dateutil==2.8.2
97101 # via time-machine
98102pytz==2023.3.post1
You can’t perform that action at this time.
0 commit comments