Antoine Pitrou <pit...@free.fr> added the comment:

Looks like this just broke the 3.x buildbots.


======================================================================
FAIL: test_get_python_inc (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/distutils/tests/support.py",
 line 16, in _capture_warnings
    return func(*args, **kw)
  File 
"/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/distutils/tests/test_sysconfig.py",
 line 47, in test_get_python_inc
    self.assertTrue(os.path.isdir(inc_dir), inc_dir)
AssertionError: Include

======================================================================
FAIL: test_user_site (distutils.tests.test_install.InstallTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/distutils/tests/test_install.py",
 line 100, in test_user_site
    self._test_user_site()
  File 
"/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/distutils/tests/test_install.py",
 line 129, in _test_user_site
    self.assertTrue(os.path.exists(self.user_base))
AssertionError: False is not True

----------
assignee: tarek -> ronaldoussoren
nosy: +pitrou
status: closed -> open
versions:  -Python 2.6, Python 2.7, Python 3.1, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8577>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to