Skip to content

Commit

Permalink
remove qtconsole
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 10, 2015
1 parent cede205 commit 80c619a
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 9,361 deletions.
23 changes: 0 additions & 23 deletions IPython/external/qt.py

This file was deleted.

6 changes: 1 addition & 5 deletions IPython/testing/iptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def test_for(item, min_version=None, callback=extract_version):
have['pexpect'] = test_for('pexpect')
have['pymongo'] = test_for('pymongo')
have['pygments'] = test_for('pygments')
have['qt'] = test_for('IPython.external.qt')
have['sqlite3'] = test_for('sqlite3')
have['tornado'] = test_for('tornado.version_info', (4,0), callback=None)
have['jinja2'] = test_for('jinja2')
Expand All @@ -147,7 +146,7 @@ def test_for(item, min_version=None, callback=extract_version):

test_group_names = ['core',
'extensions', 'lib', 'terminal', 'testing', 'utils',
'qt', 'html', 'nbconvert'
'html', 'nbconvert'
]

class TestSection(object):
Expand Down Expand Up @@ -227,9 +226,6 @@ def will_run(self):
['IPython.extensions.autoreload', 'IPython.extensions.tests.test_autoreload'])
test_group_names.append('autoreload')

# qt:
test_sections['qt'].requires('zmq', 'qt', 'pygments')

# html:
sec = test_sections['html']
sec.requires('zmq', 'tornado', 'requests', 'sqlite3', 'jsonschema')
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ graft scripts

# Load main dir but exclude things we don't want in the distro
graft IPython
prune IPython/html/static/mathjax

# Include some specific files and data resources we need
include IPython/.git_commit_info.ini
include IPython/qt/console/resources/icon/IPythonConsole.svg

# Documentation
graft docs
Expand Down
24 changes: 0 additions & 24 deletions examples/IPython Kernel/ipython-qtconsole.desktop

This file was deleted.

Empty file removed jupyter_qtconsole/__init__.py
Empty file.
158 changes: 0 additions & 158 deletions jupyter_qtconsole/base_frontend_mixin.py

This file was deleted.

71 changes: 0 additions & 71 deletions jupyter_qtconsole/client.py

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions jupyter_qtconsole/console/__main__.py

This file was deleted.

Loading

0 comments on commit 80c619a

Please sign in to comment.