We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seem that hatch (or something else?) jus ignore some failure.
see this run of current main branch:
https://github.com/ipython/ipykernel/actions/runs/13286863326/job/37097508006 which is aborted, and this comment:
#1322 (comment)
That point to a run with actual failures that appear as passing.
The text was updated successfully, but these errors were encountered:
It's because we rerun last failed tests here.
Sorry, something went wrong.
That seems wrong, it can hide test that modify global state and make subsequent test to fail. Plus the abort I linked to does not seem to be reran.
Plus the abort I linked to does not seem to be reran.
You mean this? https://github.com/ipython/ipykernel/actions/runs/13286863326/job/37097508006 Yes it is rerun (look for --lf).
--lf
No branches or pull requests
It seem that hatch (or something else?) jus ignore some failure.
see this run of current main branch:
https://github.com/ipython/ipykernel/actions/runs/13286863326/job/37097508006 which is aborted,
and this comment:
#1322 (comment)
That point to a run with actual failures that appear as passing.
The text was updated successfully, but these errors were encountered: