diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 5e0d7c88531..7fe6a1edf9f 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -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