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 fails on Linux
Type: behavior Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: donmez, quentin.gallet-gilles
Priority: normal Keywords:

Created on 2008-05-26 05:02 by donmez, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg67364 - (view) Author: Ismail Donmez (donmez) * Date: 2008-05-26 05:02
This is on Ubuntu 8.04 :

test_distutils
Using PyPI login from /home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc
Using PyPI login from /home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc
Using PyPI login from /home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc
test test_distutils produced unexpected output:
**********************************************************************
*** lines 2-3 of actual output doesn't appear in expected output after
line 1:
+ Using PyPI login from
/home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc
+ Using PyPI login from
/home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc
**********************************************************************


Same test passes on Darwin and outputs 5 lines so it might be a bug in
the expected output instead.
msg67375 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-26 16:44
This has been handled in r63575.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47219
2008-05-26 16:49:00benjamin.petersonsetstatus: open -> closed
resolution: fixed
2008-05-26 16:44:22quentin.gallet-gillessetnosy: + quentin.gallet-gilles
messages: + msg67375
2008-05-26 05:02:22donmezcreate