Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Release 9.0.1#13938
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Release 9.0.1#13938
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| $ pytest --version | ||
| pytest 9.0.0 | ||
| pytest 9.0.1 |
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.
❤️
| ? - - | ||
| + '4': 4, | ||
| } | ||
| FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: assert 'hello world' in 'Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ips... sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet ' |
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.
Seems like these changes should have gone into the 9.0.0 release... 🤔
nicoddemus commentedNov 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
pre-commit is failing with: I cannot reproduce this locally. Strange, I noticed it is building with an image released just today, might be related: Perhaps@asottile can chime in? EDIT: I see this in thepre-commit changelog: - Add `language: unsupported` / `language: unsupported_script` as aliases for `language: system` / `language: script` (which will eventually be deprecated). - #3577 PR by @asottile. |
…nsupported`As per the pre-commit changelog:https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md#440---2025-11-08
nicoddemus commentedNov 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
asottile commentedNov 11, 2025
huh that's a weird one. I guess I used the stricter parser in pre-commit ci by mistake you'll probably want to use |
Inpytest-dev#13939 we are using the new `language: unsupported` setting, which was introduced in pre-commit 4.4.0.Configure minimum pre-commit version to ensure the installed pre-commit supports it (pytest-dev#13938 (comment)).
nicoddemus commentedNov 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks, done:#13941 |
asottile commentedNov 12, 2025
ok I've fixed pre-commit ci to notearly approach the deprecation 😆 small oversightpre-commit-ci/runner-image#316 |
nicoddemus commentedNov 12, 2025
Waiting on a second approval before proceeding with the release. 👍 |
| E assert [0, 0, 0, 0, 0, 0, ...] == [0, 0, 0, 0, 0, 0, ...] | ||
| E | ||
| E At index 100 diff: 1 != 2 | ||
| E Use -v to get more diff |
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.
This seems bad, any idea why it no longer truncates?
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.
Note: better to see this comment in the diff itself to understand...
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.
Seems related to the changes in how we handle theCI environment variable... will investigate.
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 suspect this will fix it:#13950.
pytest auto-detects and uses more verbose output when running in CI.Change tox:regendoc to remove those environment variables, because we do not want extra verbose output in the user documentation.Seepytest-dev#13938 (comment).
pytest auto-detects and uses more verbose output when running in CI.Change tox:regendoc to remove those environment variables, because we do not want extra verbose output in the user documentation.See#13938 (comment).
pytest auto-detects and uses more verbose output when running in CI.Change tox:regendoc to remove those environment variables, because we do not want extra verbose output in the user documentation.See#13938 (comment).(cherry picked from commit82e9b97)Co-authored-by: Bruno Oliveira <bruno@pytest.org>
nicoddemus commentedNov 12, 2025
Attempting this again after#13950. |
Created by theprepare release pr workflow.
Once all builds pass and it has beenapproved by one or more maintainers, start thedeploy workflow, using these parameters:
Use workflow from:release-9.0.1.Release version:9.0.1.Or execute on the command line:
gh workflow run deploy.yml -r release-9.0.1 -f version=9.0.1After the workflow has been approved by a core maintainer, the package will be uploaded to PyPI automatically.