File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ dev-dependencies = [
5555 " importlib-metadata>=6.7.0" ,
5656 " rich>=13.7.1" ,
5757 " nest_asyncio==1.6.0" ,
58+ " pytest-xdist>=3.6.1" ,
5859 " python-dotenv" ,
5960 " playwright" ,
6061 " selenium" ,
@@ -134,7 +135,7 @@ replacement = '[\1](https://github.com/browserbase/sdk-python/tree/main/\g<2>)'
134135
135136[tool .pytest .ini_options ]
136137testpaths = [" tests" ]
137- addopts = " --tb=short"
138+ addopts = " --tb=short -n auto "
138139xfail_strict = true
139140asyncio_mode = " auto"
140141asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ exceptiongroup==1.2.2
3939 # via pytest
4040 # via trio
4141 # via trio-websocket
42+ execnet==2.1.1
43+ # via pytest-xdist
4244filelock==3.16.1
4345 # via virtualenv
4446greenlet==3.1.1
@@ -89,17 +91,19 @@ pyee==12.0.0
8991 # via playwright
9092pygments==2.18.0
9193 # via rich
94+ pyright==1.1.399
9295pysocks==1.7.1
9396 # via urllib3
94- pyright==1.1.399
9597pytest==8.3.3
9698 # via pytest-asyncio
9799 # via pytest-base-url
98100 # via pytest-playwright
101+ # via pytest-xdist
99102pytest-asyncio==0.24.0
100103pytest-base-url==2.1.0
101104 # via pytest-playwright
102105pytest-playwright==0.5.2
106+ pytest-xdist==3.8.0
103107python-dateutil==2.9.0.post0
104108 # via time-machine
105109python-dotenv==1.0.1
You can’t perform that action at this time.
0 commit comments