-
Notifications
You must be signed in to change notification settings - Fork 222
chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 #1018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
This pull request updates pytest from version 8.3.3 to 8.3.4, introducing bug fixes for assertion rewriting, import mode handling, and ANSI escape codes in test failures.
- Fixed potential
KeyErrorcrash in--import-mode=importlibwhen using nested directories with same name - Improved assertion rewriting to preserve source ranges for better compatibility with AST tools
- Fixed ANSI escape code handling in
pytest.fail()withpytrace=False - Updated
pytest.approx()to use strict equality for boolean comparisons - Fixed failing pdb-related tests for Python 3.13 compatibility
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
@dependabot rebase |
8e36163 to
5451e37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Error: Error in underlying LLM call. Please try again.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
@dependabot rebase |
5451e37 to
491547c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No major changes found since last review. The initial review already covered all the significant changes from the pytest version update from 8.3.3 to 8.3.4.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
@dependabot rebase |
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
491547c to
52d36c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No major changes found since last review. The initial review already comprehensively covered the pytest version update changes and their potential impacts.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps pytest from 8.3.3 to 8.3.4.
Release notes
Sourced from pytest's releases.
Commits
53f8b4eUpdate pypa/gh-action-pypi-publish to v1.12.298dff36Prepare release version 8.3.41b474e2approx: use exact comparison for bool (#13013)b541721docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87bpytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72bImprove docs on basetemp and retention (#12912) (#12928)c875841Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)