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_distutils failure
Type: behavior Stage:
Components: Distutils, Tests Versions: Python 3.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: tarek Nosy List: michael.foord, pitrou, r.david.murray, tarek
Priority: normal Keywords:

Created on 2010-06-20 20:48 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg108247 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-06-20 20:48
test_distutils
test test_distutils failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/ssl-8524/Lib/distutils/tests/support.py", line 16, in _capture_warnings
    return func(*args, **kw)
  File "/home/antoine/py3k/ssl-8524/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc
    self.assertTrue(os.path.isdir(inc_dir), inc_dir)
AssertionError: /home/antoine/py3k/ssl-8524/build/test_python_15977/Include
msg109719 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-07-09 12:10
I see this error too, but only when running under -j.
msg112160 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-07-31 15:51
Seems to have disappeared with the distutils revert.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53284
2010-07-31 15:51:05pitrousetstatus: open -> closed
resolution: out of date
messages: + msg112160
2010-07-09 12:10:51r.david.murraysetnosy: + r.david.murray
messages: + msg109719
2010-06-25 23:27:11pitrousetnosy: + michael.foord
2010-06-25 23:26:30pitroulinkissue9081 superseder
2010-06-20 20:48:19pitroucreate