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

iptest3 utils with 'is not a writable location' #3911

Closed
lusitania opened this issue Dec 11, 2014 · 1 comment
Closed

iptest3 utils with 'is not a writable location' #3911

lusitania opened this issue Dec 11, 2014 · 1 comment

Comments

@lusitania
Copy link

Hi

I'm running iptest3 utils and there is one AssertionError that I can't resolve:

======================================================================
FAIL: IPython.utils.tests.test_path.test_not_writable_ipdir
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/usr/local/lib/python3.4/dist-packages/IPython/testing/decorators.py", line 225, in skipper_func
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.4/dist-packages/IPython/utils/tests/test_path.py", line 477, in test_not_writable_ipdir
    ipdir = path.get_ipython_dir()
  File "/usr/local/lib/python3.4/dist-packages/IPython/testing/tools.py", line 378, in __exit__
    assert s in printed, notprinted_msg.format(s, self.channel, printed)
nose.proxy.AssertionError: Did not find 'is not a writable location' in printed output (on stderr):
-------

-------

>>  assert 'is not a writable location' in '', 'Did not find {0!r} in printed output (on {1}):\n-------\n{2!s}\n-------\n'.format('is not a writable location', <IPython.testing.tools.AssertPrints object at 0x7fc6ac793898>.channel, '')

Reading the test code and the output I have no idea if I even should care about this "issue". What should I do?

@tacaswell
Copy link
Member

I think you meant to submit this to IPython, not matplotlib.

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

No branches or pull requests

2 participants