Skip to content

Commit

Permalink
Bump pytest-codspeed from 3.1.0 to 3.1.1 (#1460)
Browse files Browse the repository at this point in the history
* Bump pytest-codspeed from 3.1.0 to 3.1.1

Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases)
- [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md)
- [Commits](CodSpeedHQ/pytest-codspeed@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: pytest-codspeed
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] authored Jan 8, 2025
1 parent c1f6ef6 commit 5a06fda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions packaging/pep517_backend/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@
from Cython.Build.Cythonize import main as _cythonize_cli_cmd

from ._compat import chdir_cm
from ._cython_configuration import ( # noqa: WPS436
get_local_cython_config as _get_local_cython_config,
)
from ._cython_configuration import get_local_cython_config as _get_local_cython_config
from ._cython_configuration import (
make_cythonize_cli_args_from_config as _make_cythonize_cli_args_from_config,
)
from ._cython_configuration import patched_env as _patched_cython_env
from ._transformers import sanitize_rst_roles # noqa: WPS436
from ._transformers import sanitize_rst_roles

__all__ = ( # noqa: WPS410
'build_sdist',
Expand Down
7 changes: 2 additions & 5 deletions packaging/pep517_backend/_cython_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@

from expandvars import expandvars

from ._compat import load_toml_from_string # noqa: WPS436
from ._transformers import ( # noqa: WPS436
get_cli_kwargs_from_config,
get_enabled_cli_flags_from_config,
)
from ._compat import load_toml_from_string
from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config


def get_local_cython_config() -> dict:
Expand Down
4 changes: 2 additions & 2 deletions packaging/pep517_backend/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools.build_meta import * # Re-exporting PEP 517 hooks # pylint: disable=unused-wildcard-import,wildcard-import # noqa: E501, F401, F403

# Re-exporting PEP 517 hooks
from ._backend import ( # type: ignore[assignment] # noqa: WPS436
from ._backend import ( # type: ignore[assignment]
build_sdist,
build_wheel,
get_requires_for_build_wheel,
Expand All @@ -14,7 +14,7 @@

with _suppress(ImportError): # Only succeeds w/ setuptools implementing PEP 660
# Re-exporting PEP 660 hooks
from ._backend import ( # type: ignore[assignment] # noqa: WPS436
from ._backend import ( # type: ignore[assignment]
build_editable,
get_requires_for_build_editable,
prepare_metadata_for_build_editable,
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ propcache==0.2.1
pytest==8.3.4
pytest-cov>=2.3.1
pytest-xdist
pytest_codspeed==3.1.0
pytest_codspeed==3.1.1

0 comments on commit 5a06fda

Please sign in to comment.