Skip to content

Commit 484947d

Browse files
committed
move pytest-codspeed install into CI only
1 parent 4623552 commit 484947d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

tests/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
77
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
88
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'
119
# pytest-examples currently depends on aiohttp via black; we don't want to build
1210
# it on platforms like aarch64 musllinux in CI
1311
pytest-examples==0.0.13; implementation_name == "cpython" and platform_machine == 'x86_64'

0 commit comments

Comments
 (0)