I think this might have been something I did. It probably just needs a skip_win32 decorator.
======================================================================
ERROR: IPython.lib.tests.test_imports.test_import_irunner
----------------------------------------------------------------------
Traceback (most recent call last):
File "S:\Users\slave\Jenkins\shiningpanda\jobs\d5f643a2\virtualenvs\ff035a1d\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "S:\Users\slave\Jenkins\shiningpanda\jobs\d5f643a2\virtualenvs\ff035a1d\lib\site-packages\ipython-1.0.dev-py2.7.egg\IPython\lib\tests\test_imports.py", line 13, in test_import_irunner
from IPython.lib import irunner
File "S:\Users\slave\Jenkins\shiningpanda\jobs\d5f643a2\virtualenvs\ff035a1d\lib\site-packages\ipython-1.0.dev-py2.7.egg\IPython\lib\irunner.py", line 39, in <module>
from IPython.external import pexpect
File "S:\Users\slave\Jenkins\shiningpanda\jobs\d5f643a2\virtualenvs\ff035a1d\lib\site-packages\ipython-1.0.dev-py2.7.egg\IPython\external\pexpect\__init__.py", line 5, in <module>
from _pexpect import *
File "S:\Users\slave\Jenkins\shiningpanda\jobs\d5f643a2\virtualenvs\ff035a1d\lib\site-packages\ipython-1.0.dev-py2.7.egg\IPython\external\pexpect\_pexpect.py", line 86, in <module>
support it. Pexpect is intended for UNIX-like operating systems.""")
ImportError: No module named resource
A critical module was not found. Probably this operating system does not
support it. Pexpect is intended for UNIX-like operating systems.
I think this might have been something I did. It probably just needs a skip_win32 decorator.