File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3737 - run : pip uninstall pytest-speed -y
3838 if : steps.cache-py.outputs.cache-hit != 'true'
3939
40- - run : pip install pytest-benchmark==4.0.0
40+ - run : pip install pytest-benchmark==4.0.0 pytest-codspeed
4141 if : steps.cache-py.outputs.cache-hit != 'true'
4242
4343 - name : install rust stable
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ hypothesis==6.111.2
66# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
77pandas == 2.1.3 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
88pytest == 8.3.3
9- # we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
10- pytest-codspeed ~= 3.0.0 ; implementation_name == "cpython" and platform_machine == 'x86_64'
119# pytest-examples currently depends on aiohttp via black; we don't want to build
1210# it on platforms like aarch64 musllinux in CI
1311pytest-examples == 0.0.13 ; implementation_name == "cpython" and platform_machine == 'x86_64'
You can’t perform that action at this time.
0 commit comments