File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ dev-dependencies = [
26
26
" toml-cli>=0.6.0" ,
27
27
" faker>=25.5.0" ,
28
28
" pytest-timestamper>=0.0.10" ,
29
+ " pytest-timeout>=2.3.1" ,
29
30
]
30
31
31
32
[tool .rye .workspace ]
32
33
members = [" libs/*" , " examples" ]
33
34
34
35
[tool .pytest .ini_options ]
35
- addopts = " -rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib"
36
+ addopts = " -rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib --timeout=60 "
36
37
markers = """
37
38
slow: marks tests as slow (deselect with '-m "not slow"')
38
39
"""
Original file line number Diff line number Diff line change @@ -200,11 +200,13 @@ pytest==8.2.2
200
200
# via pytest-cov
201
201
# via pytest-rerunfailures
202
202
# via pytest-snapshot
203
+ # via pytest-timeout
203
204
# via pytest-xdist
204
205
pytest-cases==3.8.5
205
206
pytest-cov==5.0.0
206
207
pytest-rerunfailures==14.0
207
208
pytest-snapshot==0.9.0
209
+ pytest-timeout==2.3.1
208
210
pytest-timestamper==0.0.10
209
211
pytest-xdist==3.6.1
210
212
python-dateutil==2.8.2
You can’t perform that action at this time.
0 commit comments