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 = [
54
54
" importlib-metadata>=6.7.0" ,
55
55
" rich>=13.7.1" ,
56
56
" nest_asyncio==1.6.0" ,
57
+ " pytest-xdist>=3.6.1" ,
57
58
]
58
59
59
60
[tool .rye .scripts ]
@@ -125,7 +126,7 @@ replacement = '[\1](https://github.com/ContextualAI/contextual-client-python/tre
125
126
126
127
[tool .pytest .ini_options ]
127
128
testpaths = [" tests" ]
128
- addopts = " --tb=short"
129
+ addopts = " --tb=short -n auto "
129
130
xfail_strict = true
130
131
asyncio_mode = " auto"
131
132
asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ distro==1.8.0
30
30
exceptiongroup==1.2.2
31
31
# via anyio
32
32
# via pytest
33
+ execnet==2.1.1
34
+ # via pytest-xdist
33
35
filelock==3.12.4
34
36
# via virtualenv
35
37
h11==0.14.0
@@ -72,7 +74,9 @@ pygments==2.18.0
72
74
pyright==1.1.399
73
75
pytest==8.3.3
74
76
# via pytest-asyncio
77
+ # via pytest-xdist
75
78
pytest-asyncio==0.24.0
79
+ pytest-xdist==3.7.0
76
80
python-dateutil==2.8.2
77
81
# via time-machine
78
82
pytz==2023.3.post1
You can’t perform that action at this time.
0 commit comments