Skip to content

Commit

Permalink
Upgrade codspeed to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 15, 2024
1 parent fbf28ae commit b6fccb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ disable_error_code =
[mypy-test_multidict]
disable_error_code = call-arg

[mypy-test_multidict_benchmarks]
disable_error_code =
no-any-unimported,
misc,

[mypy-test_mutable_multidict]
disable_error_code =
arg-type,
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ repos:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest
- pytest_codspeed
- pytest_codspeed==3.0.0
- Sphinx >= 5.3.0
args:
- --python-version=3.13
Expand All @@ -129,7 +129,7 @@ repos:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest
- pytest_codspeed
- pytest_codspeed==3.0.0
- Sphinx >= 5.3.0
args:
- --python-version=3.11
Expand All @@ -144,7 +144,7 @@ repos:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest
- pytest_codspeed
- pytest_codspeed==3.0.0
- Sphinx >= 5.3.0
args:
- --python-version=3.9
Expand All @@ -159,7 +159,7 @@ repos:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest
- pytest_codspeed
- pytest_codspeed==3.0.0
- Sphinx >= 5.3.0
args:
- --python-version=3.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.3.3
pytest-codspeed==2.2.1
pytest-codspeed==3.0.0
pytest-cov==5.0.0
2 changes: 1 addition & 1 deletion tests/test_multidict_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Dict, Union

from pytest_codspeed import BenchmarkFixture # type: ignore[import-untyped]
from pytest_codspeed import BenchmarkFixture

from multidict import CIMultiDict, MultiDict, istr

Expand Down

0 comments on commit b6fccb9

Please sign in to comment.