Skip to content

Commit 7440fb2

Browse files
chore: add codspeed extras group (#47)
* chore: add codspeed extras group * Update codspeed.yaml * Update benchmark results [skip ci] * fix: add typing-extensions to install_requires * Update benchmark results [skip ci] * Update setup.py --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a68fa26 commit 7440fb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/codspeed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install .[dev] pytest-codspeed
49+
pip install .[codspeed]
5050
5151
- name: Remove Python files from test env
5252
run: rm -r faster_hexbytes

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"pytest>=7.0.0",
3434
"pytest-xdist>=2.4.0",
3535
],
36+
"codspeed": [
37+
"pytest-codspeed>=4.2,<4.3",
38+
"eth-typing",
39+
],
3640
}
3741

3842
extras_require["dev"] = (

0 commit comments

Comments
 (0)