-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix broken tests on GitHub actions. #30
Conversation
good catch with the when they've release a new revision of this we can give it another try. |
Hey @tweak-wtf thanks for you feedback. |
alrighty. in that case i would suggest to define the dependency like this i think that way we're safe to merge this. |
Changelog Description
While everything still works fine locally, LabLib tests as GitHub action seems suddenly broken since a couple of weeks:
After some investigation I realized the culprit seems to come from a recent OpenColorIO Release 2 weeks ago.
Fixing it back to the previous version seems to make it work back.
@jakubjezek001 @tweak-wtf, I'm not sure this is the best fix for the long-term but I cannot find have anything better for now.
Additional info
Issue is quite weird:
And what I could find on Google was not very meaningful.
spyder-ide/spyder#20909
pytest-dev/pytest#7634
Testing notes:
GitHub actions are now working.