File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ dev-dependencies = [
5656 " importlib-metadata>=6.7.0" ,
5757 " rich>=13.7.1" ,
5858 " inline-snapshot >=0.7.0" ,
59- " nest_asyncio==1.6.0"
59+ " nest_asyncio==1.6.0" ,
60+ " pytest-xdist>=3.6.1" ,
6061]
6162
6263[tool .rye .scripts ]
@@ -128,7 +129,7 @@ replacement = '[\1](https://github.com/writer/writer-python/tree/main/\g<2>)'
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 @@ -34,6 +34,8 @@ exceptiongroup==1.2.2
3434 # via pytest
3535executing==2.2.0
3636 # via inline-snapshot
37+ execnet==2.1.1
38+ # via pytest-xdist
3739filelock==3.12.4
3840 # via virtualenv
3941h11==0.14.0
@@ -79,7 +81,9 @@ pygments==2.18.0
7981pyright==1.1.399
8082pytest==8.3.3
8183 # via pytest-asyncio
84+ # via pytest-xdist
8285pytest-asyncio==0.24.0
86+ pytest-xdist==3.7.0
8387python-dateutil==2.8.2
8488 # via time-machine
8589pytz==2023.3.post1
You can’t perform that action at this time.
0 commit comments