fix(ci): install OCR fixture dependencies for CodSpeed

This commit is contained in:
Yujong Lee 2026-09-05 17:30:41 -07:00
parent 1006cad119
commit e817cb2d22

View file

@ -136,9 +136,12 @@ jobs:
--with pytest==8.3.5
--with pytest-codspeed==5.0.3
--with psutil==7.2.2
--with vcrpy==8.2.1
--with hypothesis==6.165.10
--with reportlab==5.0.1
--with "mcp>=1.26.0,<2.0"
--with "a2a-sdk>=1.1.0,<2.0"
pytest -p pytest_codspeed.plugin
pytest -p pytest_codspeed.plugin -c /dev/null --rootdir=.
--import-mode=importlib -o consider_namespace_packages=true
tests/rust-python-harness/strategies/e2e_benchmark/codspeed.py
--collect-only -q
@ -155,6 +158,9 @@ jobs:
--with pytest==8.3.5
--with pytest-codspeed==5.0.3
--with psutil==7.2.2
--with vcrpy==8.2.1
--with hypothesis==6.165.10
--with reportlab==5.0.1
--with "mcp>=1.26.0,<2.0"
--with "a2a-sdk>=1.1.0,<2.0"
python -m tests.rust-python-harness.strategies.e2e_benchmark.codspeed