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 37
37
- run : pip uninstall pytest-speed -y
38
38
if : steps.cache-py.outputs.cache-hit != 'true'
39
39
40
- - run : pip install pytest-benchmark==4.0.0
40
+ - run : pip install pytest-benchmark==4.0.0 pytest-codspeed
41
41
if : steps.cache-py.outputs.cache-hit != 'true'
42
42
43
43
- name : install rust stable
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ hypothesis==6.111.2
6
6
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
7
7
pandas == 2.1.3 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
8
8
pytest == 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'
11
9
# pytest-examples currently depends on aiohttp via black; we don't want to build
12
10
# it on platforms like aarch64 musllinux in CI
13
11
pytest-examples == 0.0.13 ; implementation_name == "cpython" and platform_machine == 'x86_64'
You can’t perform that action at this time.
0 commit comments