Skip to content

Fix bug-375: avoid Ipython shimwarnings due to (failing) TaurusConsole

Carlos Pascual requested to merge github/fork/cpascual/bug-375 into develop

The module taurus.qt.qtgui.console is not currently functional (an import error causes it to fall back into a dummy TaurusConsole implementation). But the import attempt generates sIpython deprecation warnings. So temporarily avoid the import attempts until the module is fixed or removed (See #381 (closed)). Fixes #375 (closed)

Merge request reports