You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ugh, I have tripped into this again... I have a PR with all the tests green on Github, but the Python installation is pretty much broken because I forgot to update something on the build system.
My latest example is GH-110785, which causes the sysconfig module to be missing after installing. The breakage was caught by the buildbots, which is good, but we should not be able to merge something into main that causes such major breakage, and still, I don't feel very confident with only two buildbots failing.
I think we should have a job on Github that installs Python and runs the tests using that installation.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
hugovk
changed the title
Add Github actions job that runs the tests in an installed Python
Add GitHub Actions job that runs the tests in an installed Python
Oct 13, 2023
Feature or enhancement
Proposal:
Ugh, I have tripped into this again... I have a PR with all the tests green on Github, but the Python installation is pretty much broken because I forgot to update something on the build system.
My latest example is GH-110785, which causes the
sysconfig
module to be missing after installing. The breakage was caught by the buildbots, which is good, but we should not be able to merge something intomain
that causes such major breakage, and still, I don't feel very confident with only two buildbots failing.I think we should have a job on Github that installs Python and runs the tests using that installation.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: