Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPython tests fail with traitlets master #176

Closed
takluyver opened this issue Feb 17, 2016 · 1 comment · Fixed by #177
Closed

IPython tests fail with traitlets master #176

takluyver opened this issue Feb 17, 2016 · 1 comment · Fixed by #177
Milestone

Comments

@takluyver
Copy link
Member

Looks like PR #175 broke something:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/testing/iptest.py", line 435, in run_iptest
    globalipapp.start_ipython()
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/testing/globalipapp.py", line 103, in start_ipython
    shell = TerminalInteractiveShell.instance(config=config,
  File "/home/takluyver/.local/lib/python3.4/site-packages/traitlets/config/configurable.py", line 405, in instance
    inst = cls(*args, **kwargs)
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/core/interactiveshell.py", line 506, in __init__
    self.init_magics()
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/terminal/interactiveshell.py", line 797, in init_magics
    super(TerminalInteractiveShell, self).init_magics()
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/core/interactiveshell.py", line 2018, in init_magics
    user_magics=m.UserMagics(self))
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/core/magic.py", line 547, in __init__
    super(Magics, self).__init__(**kwargs)
  File "/home/takluyver/.local/lib/python3.4/site-packages/traitlets/config/configurable.py", line 74, in __init__
    super(Configurable, self).__init__(**kwargs)
  File "/home/takluyver/.local/lib/python3.4/site-packages/traitlets/traitlets.py", line 952, in __init__
    super(HasTraits, self).__init__(*super_args, **super_kwargs)
TypeError: object.__init__() takes no parameters
takluyver added a commit to takluyver/ipython that referenced this issue Feb 17, 2016
takluyver added a commit to takluyver/ipython that referenced this issue Feb 17, 2016
takluyver added a commit to takluyver/ipython that referenced this issue Feb 17, 2016
@minrk
Copy link
Member

minrk commented Feb 17, 2016

#177 makes it a warning instead, so we can be safe for a cycle.

@minrk minrk added this to the 4.2 milestone Feb 17, 2016
minrk added a commit to minrk/ipython that referenced this issue Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants