ci: move main build to use test-rust nox job#5091
Conversation
|
Hmm, @bschoenmaeckers got any idea what the (PyPy and GraalPy failures are unrelated, I'll look into those separately.) |
|
This is maybe related to #5055. I disabled the |
|
Makes sense, I think we can avoid this by converting timezone to UTC before trying the to-Python conversion (which might be a good idea for test reliability anyway). |
|
Can we conditional test this on 3.9+? So it is able to convert the timezone correctly? |
|
An other option is conditional on 3.8 to convert the timezone into a fixed timezone before converting using |
1060f3e to
4daf3b4
Compare
|
Thanks for pushing that PR. Given that this seems to fix some cases worth resolving before the 0.25 release, I'm going to merge this as-is with the |
As a precursor to investigating #5080, I wanted to make the test workflow in CI more similar to what I can run locally.
This modifies the noxfile's
test-rustjob to be much closer tobuild.ymlsemantics, and then changesbuild.ymlto call it.