-
Notifications
You must be signed in to change notification settings - Fork 68
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI on macos-latest and Python 3.10 and 3.11 is failing all the time #822
Comments
Closing. The tests fail because you should fix them. ;) |
well, no. Look at the jobs failing here: |
Seems to be exactly the test that you touched. The other jobs don’t even run (and fail) because this one failed.
|
To put it differently: Did you run pytest locally before pushing? |
sorry, mea culpa. I got confused because I am seeing failing macos tests in another project and I simply assumed this is happening here. And got even more confused when github decides to stop other jobs if one fails. |
It is not impossible of course. We do depend on |
All CI jobs fail on Python 3.10 and 3.11 when run with macos-latest.
I think this problem is not related to pelita but to the CI setup on GitHub or some macos-latest issues.
I suggest to remove these two combinations from the test matrix, or we can't rely on CI for the time being...
The text was updated successfully, but these errors were encountered: