ets icon indicating copy to clipboard operation
ets copied to clipboard

ets.py is a utility to clone and manage various Enthought Tool Suite packages

Results 29 ets issues
Sort by recently updated
recently updated
newest added

Qt4 is long past it's End of Life. All ETS projects have stopped testing against Qt4 (PySide and PyQt4) as Qt4 is officially unsupported going forward for all of ETS....

`pyface.workbench` has long been deprecated but we are unable to remove it entirely from the codebase as MayaVi still uses it. We might not be able to find time to...

The CI utilities used by ETS projects to make development and testing easy have grown significantly different over the course of time. A big problem is the fact that some...

We need to test all ETS packages against Python 3.8 and record any potentially test failures or deprecations that we come across. The failures/deprecations will need to be addressed to...

- [x] traits (https://github.com/enthought/traits/pull/1404) - [ ] pyface - [ ] traitsui - [ ] envisage - [ ] traits-futures - [ ] apptools - [ ] enable (?) -...

Background: Currently, inspection of the cron jobs requires someone to go to Travis.com, type in the name of the ETS package they want to check, look for the build that...

There's an `ets` package on PyPI, but it's uninstallable with Python 3: `pip install ets` fails on a use of `execfile` in the setup script. Deleting packages from PyPI isn't...

This discussion is broken out of https://github.com/enthought/traits/issues/1239. That issue started out as a specific proposal to add the non-Traits-related utility functions `xgetattr` and `xsetattr` to `traits.api`, and turned into a...

I believe some packages should be considered unmaintained, e.g. etsdevtools Actions: - Archive the GitHub repositories for those packages - Remove their mention in this repo, e.g. setup_data.py, ets_docs.py

Traits version 6.1.0 introduced the new `observe` way to listen to trait changes - instead of the old `on_trait_change` handlers. It would be nice to document the plan to update...