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

Fix premature writing of preferences #583

Closed mdickinson closed 2 weeks ago

mdickinson commented 2 months ago

This PR will eventually fix #582. The fix itself is straightforward, but I first want to check that my regression test fails reliably in the various CI workflows.

The new test also required apptools >= 5.3.0 to pass, so the EDM-based tests won't pass until apptools 5.3.0 is available in EDS.