On Wed, Mar 11, 2009 at 19:07, P.J. Eby <[email protected]> wrote: > Distutils doesn't have a "test" command... let alone an egg_info command.
Well.... does setuptools? It's all command extensions, isn't it? > It might be easier to have a "build_py" option to run 2to3 on stuff in the > build directory, and a "test" variant that runs against the build tree > instead of the source tree... and runs under Python 3 instead of 2. Yes, that's the idea, but I can't do that as long as the test option depends on setuptools, as it will fail to import, since it's 2.x code. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
