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_site failure under Windows
Type: behavior Stage:
Components: Tests Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tarek Nosy List: pitrou, tarek
Priority: high Keywords:

Created on 2009-10-27 10:15 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg94549 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-10-27 10:15
This fails quite reliably on Windows buildbots:

======================================================================
FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_site.py",
line 173, in test_getsitepackages
    self.assertEquals(dirs[1], wanted)
AssertionError: 'xoxo\\lib\\site-packages' != 'xoxo\\Lib\\site-packages'
msg94583 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-10-27 21:29
fixed in r75871, r75873

thanks
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51467
2009-10-27 21:29:56tareksetstatus: open -> closed
resolution: fixed
messages: + msg94583
2009-10-27 10:15:51pitroucreate