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
This gets CI back into a working state by:
- restricting PyPDF to a version before 3.0 (this is used in testing only) - #1008
- restricting pyglet to a version < 2 - #1010
- mocking svg url requests
- turning off wx tests for linux (we can't get a compatible wheel for the new ubuntu) - #1009 tracks this for the future
Everything is passing: https://github.com/enthought/enable/actions/runs/4186677329
There is a warning about set-output, but I don't think it is us.
There are a number of breaking changes in the PyPDF2 API. This is used mainly for checking results of tests, so it is probably not critical path.
The text was updated successfully, but these errors were encountered: