BUG: Unsatisfiable PendingDeprecationWarning
Open
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Over in Mayavi I'm trying to eliminate warnings but get:
```
tvtk/plugins/scene/i_scene_manager.py:9
/home/larsoner/python/mayavi/tvtk/plugins/scene/i_scene_manager.py:9: PendingDeprecationWarning: Workbench will be moved from pyface.workbench to apptools.workbench in Pyface 7.0.0
from pyface.workbench.api import WorkbenchWindow
```
But `apptools.workbench` does not seem to exist (let alone `apptools.workbench.api.WorkbenchWindow`). Perhaps this warning should be delayed until people can make a change to fix it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.