Conversation
|
This works locally when using Python 3.12, we are trying bumping the python version in CI runs. |
5b88e83 to
9c4feb5
Compare
|
cc @oraNod Any ideas what is going wrong here? |
@rooftopcellist Hey, I'm at DevConf at the Ansible booth and don't have my usual laptop with me so it's a little hard to check for sure. But it looks like an old version of something is causing the problem. Sorry I can't send the PR right now myself but we could probably bump the nox action version here: The latest nox action should be this one: https://nox.thea.codes/en/stable/CHANGELOG.html#id1 Maybe we should also bump the python version in the matrix to 3.12 here too: It might be worth just simplifying that reusable-nox workflow by removing the matrix and doing a plain "nox -s build" - the matrix is probably overkill and causing problems with clashing python versions. |
|
@rooftopcellist hey @TheRealHaoLiu pointed out that this fixes the issue: pypa/virtualenv#2735 (comment) |
9c4feb5 to
a594894
Compare
SUMMARY
We are seeing nox test failures across PR's...
ISSUE TYPE
ADDITIONAL INFORMATION