Skip to content

Commit 85ca2cb

Browse files
chore(deps-dev): bump pytest from 8.3.5 to 8.4.0 (#6757)
* chore(deps-dev): bump pytest from 8.3.5 to 8.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Crazy random things... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena <lcdama@amazon.pt>
1 parent 3077eba commit 85ca2cb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def build_and_run_test(session: nox.Session, folders: list, extras: str = "") ->
3333
"""
3434

3535
# Required install to execute any test
36-
session.install("poetry", "pytest", "pytest-mock", "pytest_socket")
36+
session.install("poetry", "pytest", "pytest-mock", "pytest_socket", "pytest-asyncio")
3737

3838
# Powertools project folder is in the root
3939
if extras:

poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)