-
-
Notifications
You must be signed in to change notification settings - Fork 731
Bump pytest from 8.3.4 to 9.0.0 #3438
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 8.3.4 to 9.0.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.4...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
@dependabot recreate |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Great stuff as always. |
|
Pytest asyncio doesnt support 9.0 yet as far as I can tell. |
onerandomusername
left a comment
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.
@dependabot please fix these issues and this should be good to go!
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.
Lines 99 to 103 in c1a3673
| [tool.pytest.ini_options] | |
| # We don't use nose style tests so disable them in pytest. | |
| # This stops pytest from running functions named `setup` in test files. | |
| # See https://github.com/python-discord/bot/pull/2229#issuecomment-1204436420 | |
| addopts = "-p no:nose" |
Should be migrated to rich config.
It won't be, there are changes that make the way we do mocks apparently non-functional on newer versions of pytest and pytest-xdist. We've seen similar issues on other projects (hence why a lot of the dependency bump PRs hold pytest & pytest extensions back). |
|
@dependabot recreate |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Superseded by #3441. |
Bumps pytest from 8.3.4 to 9.0.0.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
f4b0fd2Prepare release version 9.0.052d8e68Merge pull request #13889 from bluetech/regendoc-restored6d3e4adoc: fixes for regendoc7cb3974doc: restore missing "# content of pytest.toml" regendoc commands5ae9e47build(deps): Bump django in /testing/plugins_integration (#13881)adb3658Merge pull request #13864 from bluetech/config-cleanups-2a28c08eMerge pull request #13875 from bluetech/ci-tweaksa250954ci: split publish-to-pypi and push-tag jobsebc152fci: update setup python's from 3.11 or 3.* to 3.13dfd796fci: move running update-plugin-list script to toxDependabot 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)