enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Add CI for PySide6 #462

Closed mdickinson closed 1 year ago

mdickinson commented 2 years ago

There was an abortive attempt to do this already in #460. The test suite is currently segfaulting on the CI machine with PySide 6, and we need to figure out the cause of that segfault.

mdickinson commented 1 year ago

This was done in various PRs, notably #487, #491. Note that the segfault issue mentioned in #476 persists, and we're currently skipping some tests to work around it.