Skip to content

Commit

Permalink
Bump pytest-codspeed to v2.1.0
Browse files Browse the repository at this point in the history
Moved the dependency to tests/requirements.txt so that the python cache works appropriately when pytest-codspeed is bumped
  • Loading branch information
art049 committed Aug 10, 2023
1 parent 040985f commit 6f907c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- run: pip uninstall pytest-speed -y
if: steps.cache-py.outputs.cache-hit != 'true'

- run: pip install pytest-codspeed~=1.2.0 pytest-benchmark==4.0.0
if: steps.cache-py.outputs.cache-hit != 'true'

- name: install rust stable
id: rust-toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ coverage==7.2.7
dirty-equals==0.6.0
hypothesis==6.79.4
pytest==7.4.0
pytest-codspeed~=2.1.0
pytest-examples==0.0.10
pytest-speed==0.3.5
pytest-mock==3.11.1
Expand Down

0 comments on commit 6f907c4

Please sign in to comment.