[issue12113] test_packaging fails when run twice

2011-05-24 Thread Tarek Ziadé
Tarek Ziadé added the comment: I fixed it. The pypi server missed a Content-Length in its responses, and that made urlretrieve crazy :) -- ___ Python tracker ___ __

[issue12113] test_packaging fails when run twice

2011-05-24 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue12113] test_packaging fails when run twice

2011-05-24 Thread Alexis Metaireau
Alexis Metaireau added the comment: Same here, cannot reproduce the issue. I wasn't able to reproduce it even before Tarek's commit so I suppose his commit didnt changed anything regarding this hash problem. Antoine & Tarek, does the attached additional test reproduces the issue on your inst

[issue12113] test_packaging fails when run twice

2011-05-22 Thread STINNER Victor
STINNER Victor added the comment: I cannot reproduce the problem: "python -m test test_packaging test_packaging". I suppose that it was fixed by tarek. -- nosy: +haypo resolution: -> fixed status: open -> closed ___ Python tracker

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: my commit fixed only the first issue. the second one is a separate issue that needs more investigation -- ___ Python tracker ___

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Also, the hash value is different every time: packaging.pypi.errors.HashDoesNotMatch: got 043840092b5baf155fc94a77319c5f44 instead of fe18804c5b722ff024cabdf514924fc4 -- ___ Python tracker

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Still fails on test_download. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e0500881003 by Tarek Ziade in branch 'default': Issue #12113: make sure generated module is not reused on a second run http://hg.python.org/cpython/rev/3e0500881003 -- nosy: +python-dev ___ Python track

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : $ ./python -m test -Fv -unetwork test_packaging [...] == ERROR: test_download (packaging.tests.test_pypi_dist.TestDistInfo) -