[issue12113] test_packaging fails when run twice

2011-05-24 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org 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

[issue12113] test_packaging fails when run twice

2011-05-24 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12113 ___

[issue12113] test_packaging fails when run twice

2011-05-24 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: I fixed it. The pypi server missed a Content-Length in its responses, and that made urlretrieve crazy :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12113

[issue12113] test_packaging fails when run twice

2011-05-22 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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

[issue12113] test_packaging fails when run twice

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

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Roundup Robot
Roundup Robot devnull@devnull 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

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Still fails on test_download. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12113 ___ ___

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: my commit fixed only the first issue. the second one is a separate issue that needs more investigation -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12113

[issue12113] test_packaging fails when run twice

2011-05-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12113 ___