Message148400
| Author |
pitrou |
| Recipients |
Arfrever, eric.araujo, eric.snow, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, sjdv1982 |
| Date |
2011年11月26日.13:17:42 |
| SpamBayes Score |
0.00014184076 |
| Marked as misclassified |
No |
| Message-id |
<1322313463.14.0.115567331197.issue12618@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The tests break on the Windows buildbots:
======================================================================
ERROR: test_relative_path (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_py_compile.py", line 33, in test_relative_path
py_compile.compile(os.path.relpath(self.source_path),
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\ntpath.py", line 622, in relpath
raise ValueError(error)
ValueError: path is on mount 'c:', start on mount 'D:' |
|