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 @@ -60,6 +60,7 @@ dev-dependencies = [
60
60
" importlib-metadata>=6.7.0" ,
61
61
" rich>=13.7.1" ,
62
62
" nest_asyncio==1.6.0" ,
63
+ " pytest-xdist>=3.6.1" ,
63
64
]
64
65
65
66
[tool .rye .scripts ]
@@ -131,7 +132,7 @@ replacement = '[\1](https://github.com/openlayer-ai/openlayer-python/tree/main/\
131
132
132
133
[tool .pytest .ini_options ]
133
134
testpaths = [" tests" ]
134
- addopts = " --tb=short"
135
+ addopts = " --tb=short -n auto "
135
136
xfail_strict = true
136
137
asyncio_mode = " auto"
137
138
asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ distro==1.8.0
33
33
exceptiongroup==1.2.2
34
34
# via anyio
35
35
# via pytest
36
+ execnet==2.1.1
37
+ # via pytest-xdist
36
38
filelock==3.12.4
37
39
# via virtualenv
38
40
h11==0.14.0
@@ -84,7 +86,9 @@ pygments==2.18.0
84
86
pyright==1.1.399
85
87
pytest==8.3.3
86
88
# via pytest-asyncio
89
+ # via pytest-xdist
87
90
pytest-asyncio==0.24.0
91
+ pytest-xdist==3.7.0
88
92
python-dateutil==2.8.2
89
93
# via pandas
90
94
# via time-machine
You can’t perform that action at this time.
0 commit comments