-
Notifications
You must be signed in to change notification settings - Fork 6k
Bump pytest from 7.4.4 to 8.1.1 #4218
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
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
TestPrefixHandler seems to be running very slowly on may local machine and pycharms profiler tells me that most time is spent in the verification of the ssl context. Not sure if this is my current internet connection or a more general problem of the pytest update. Leaving this as note for now to also compare runtimes in the CI with the ones on master. |
|
Okay times here seem similar to the ones on master. Will still try to rerun on a more stable connection locally |
|
|
||
| # Apply the __repr__ modification and __str__ fix to IntEnum | ||
| class IntEnum(_enum.IntEnum): | ||
| class IntEnum(_enum.IntEnum): # pylint: disable=invalid-slots |
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.
I have no idea why pylint startet complaining about this in the last few commits. Didn't complain locally … similar for the other pylint changes …anyway, changing to make pre-commit happy
|
Local tests run fine now |
|
A newer version of pytest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps pytest from 7.4.4 to 8.1.1.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
81653eeAdjust changelog manually for 8.1.1e60b4b9Prepare release version 8.1.115fbe57[8.1.x] Revert legacy path removals (#12093)86c3aab[8.1.x] Do not import duplicated modules with --importmode=importlib (#12077)5b82b0c[8.1.x] Yank version 8.1.0 (#12076)0a53681Merge pull request #12054 from pytest-dev/release-8.1.0b9a167fPrepare release version 8.1.000043f7Merge pull request #12038 from bluetech/fixtures-rm-arg2indexf4e1025Merge pull request #12048 from bluetech/fixture-teardown-excgroup43492f5Merge pull request #12051 from jakkdl/test_debugging_pythonbreakpointDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)