On Thu, May 28, 2009 at 7:19 AM, David Lyon <[email protected]> wrote: > > Hi All, > > I've been doing some internal testing on my package manager gui > and with both pip and easy_install and I want to test more... > > Under windows... what I notice is that some packages install > under easy_install and other not under pip.. and also vice > versa (I think...) > > So what I want to do next is to actually test that I can > install/deinstall every package on pypi using either pip > or easy_install on both ubuntu and windows under a few > few different versions of python.. say 2.3, 2.5 and 2.6 > > Is there anybody that's interested in helping? or receiving > the results of these tests?
I am interested in receiving your results. Notice that I have started a similar project to prevent regressions in Distutils. I am running "smoke test" to see if the current trunk is able to create the same releases than previous Python versions. It checkout a project and run "python setup.py sdist" with various Python interpreter, then compare the output. Right now I am running this only on numpy and a list of trusted tarballs for security reasons. It's here : http://buildbot.ziade.org/waterfall Tarek > > David > > > _______________________________________________ > Distutils-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/distutils-sig > -- Tarek Ziadé | http://ziade.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
