[issue12313] make install misses test dirs for packaging and email modules

Vinay Sajip report at bugs.python.org
Fri Jun 17 02:57:00 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> OK, now I'm really confused.  I tried to reproduce this by  installing from my 
>checkout into a work dir, and then running regrtest using  that installed 
>python, and discovered that test_email and its data directory got  copied by the 
>installation process.  (There were test failures, so I'll  have to work on 
>that...)  This is without any mention of test_email in the  Makefile I used to 
>do the 'make  install'.

That does seem odd. On my pythonv fork (which follows the cpython repo pretty 
closely), the only current failures are test_lib2to3, test_packaging and 
test_sysconfig - all of which failures are already the subject of tickets on the 
tracker. On my system at least, test_email doesn't show up any failures. See the 
latest version of the test log from the Gist link I posted earlier - the comment 
also references the failure tickets.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12313>
_______________________________________


More information about the Python-bugs-list mailing list