[issue12678] test_packaging and test_distutils failures under Windows

STINNER Victor report at bugs.python.org
Wed Sep 14 22:55:38 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

test_packaging is still failing on Windows, example:

======================================================================
ERROR: test_uses (packaging.tests.test_database.TestDistribution)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\packaging\tests\test_database.py", line 148, in setUp
    os.path.join(distinfo_dir, file)))
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\packaging\tests\test_database.py", line 36, in record_pieces
    path = relpath(file, sys.prefix)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\ntpath.py", line 622, in relpath
    raise ValueError(error)
ValueError: path is on mount 'c:', start on mount 'D:'

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/5186/steps/test/logs/stdio

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12678>
_______________________________________


More information about the Python-bugs-list mailing list