This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_sysconfig failure
Type: behavior Stage: needs patch
Components: Distutils Versions: Python 3.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_distutils failure
View: 9038
Assigned To: tarek Nosy List: michael.foord, pitrou, tarek
Priority: normal Keywords:

Created on 2010-06-25 16:23 by michael.foord, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108609 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-06-25 16:22
When I do a *full test run* of py3k I get a distutils test failure. It doesn't happen if I run test_distutils on its own:

bigmac:py3k michael$ ./python.exe -m test.regrtest -j12
== CPython 3.2a0 (py3k:82215, Jun 25 2010, 13:59:00) [GCC 4.2.1 (Apple Inc. build 5659)]
==   Darwin-10.4.0-i386-64bit
==   /compile/py3k/build/test_python_53586

... lots of results skipped

test test_distutils failed -- Traceback (most recent call last):
  File "/compile/py3k/Lib/distutils/tests/support.py", line 16, in _capture_warnings
    return func(*args, **kw)
  File "/compile/py3k/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc
    self.assertTrue(os.path.isdir(inc_dir), inc_dir)
AssertionError: /compile/py3k/build/test_python_53586/Include
msg108647 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-06-25 23:26
Hurray, I'm not the only one!
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53327
2010-06-25 23:26:30pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg108647

superseder: test_distutils failure
resolution: duplicate
2010-06-25 16:23:02michael.foordcreate