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 = [
55
55
" importlib-metadata>=6.7.0" ,
56
56
" rich>=13.7.1" ,
57
57
" nest_asyncio==1.6.0" ,
58
+ " pytest-xdist>=3.6.1" ,
58
59
" python-dotenv" ,
59
60
" playwright" ,
60
61
" selenium" ,
@@ -134,7 +135,7 @@ replacement = '[\1](https://github.com/browserbase/sdk-python/tree/main/\g<2>)'
134
135
135
136
[tool .pytest .ini_options ]
136
137
testpaths = [" tests" ]
137
- addopts = " --tb=short"
138
+ addopts = " --tb=short -n auto "
138
139
xfail_strict = true
139
140
asyncio_mode = " auto"
140
141
asyncio_default_fixture_loop_scope = " session"
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ exceptiongroup==1.2.2
39
39
# via pytest
40
40
# via trio
41
41
# via trio-websocket
42
+ execnet==2.1.1
43
+ # via pytest-xdist
42
44
filelock==3.16.1
43
45
# via virtualenv
44
46
greenlet==3.1.1
@@ -89,17 +91,19 @@ pyee==12.0.0
89
91
# via playwright
90
92
pygments==2.18.0
91
93
# via rich
94
+ pyright==1.1.399
92
95
pysocks==1.7.1
93
96
# via urllib3
94
- pyright==1.1.399
95
97
pytest==8.3.3
96
98
# via pytest-asyncio
97
99
# via pytest-base-url
98
100
# via pytest-playwright
101
+ # via pytest-xdist
99
102
pytest-asyncio==0.24.0
100
103
pytest-base-url==2.1.0
101
104
# via pytest-playwright
102
105
pytest-playwright==0.5.2
106
+ pytest-xdist==3.8.0
103
107
python-dateutil==2.9.0.post0
104
108
# via time-machine
105
109
python-dotenv==1.0.1
You can’t perform that action at this time.
0 commit comments