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 is due to https://bugs.python.org/issue36048 (most likely). We should probably be doing explicit casts to int in affected calls, since that was what was happening anyway.
The text was updated successfully, but these errors were encountered:
This gets a reasonable baseline CI working for Kiva and Enable. It covers Python 3.8 and 3.10 with a reasonable set of Kiva backends and ETS toolkits. It splits out the Linux Qt dependency installation into a separate action as is done in other ETS projects so it can be re-used across workflows.
There are a number of test cases skipped:
- WxPython on MacOS and Linux due to lack of appropriate wheels
- PyQt5 on Python 3.10 due to #1037
- PyQt5 on Windows due to #1038
This also adds a skip to a Cairo backend test case due to #1035 and a couple of drive-by fixes to the Cairo Kiva backend (Cairo was previously not being tested).
This was happening implicitly until https://bugs.python.org/issue36048 This makes it explicit, which means things should work with PyQt5 on Python 3.10.
Fixes#1037
This is due to https://bugs.python.org/issue36048 (most likely). We should probably be doing explicit casts to
int
in affected calls, since that was what was happening anyway.The text was updated successfully, but these errors were encountered: