[IPython-dev] Trunk in 100% test compliance

Darren Dale dsdale24 at gmail.com
Tue Jul 27 08:05:06 EDT 2010


On Sun, Jul 25, 2010 at 11:27 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> Hi folks,
>
> we had a few lingering test errors here and there, and with all the
> renewed activity in the project, that seemed like a fairly unsafe way
> to proceed.  We really want everyone to be able to *always* run the
> *full* test suite and only make pull requests when the suite passes
> completely.  Having failing tests in the way makes it much more likely
> that new code will be added with more failures, so hopefully this is a
> useful checkpoint to start from.
[...]
> If anyone sees a different result on their system, please do let us
> know and we'll hopefully be able to fix it.

I just fetched the master branch, and when I try to run "python
setup.py install" I get:

error: package directory 'IPython/frontend/tests' does not exist

IPython/frontend contains only an empty __init__.py, but setupbase.py
is still doing:

    add_package(packages, 'frontend', tests=True)
    # Don't include the cocoa frontend for now as it is not stable
    if sys.platform == 'darwin' and False:
        add_package(packages, 'frontend.cocoa', tests=True, others=['plugin'])
        add_package(packages, 'frontend.cocoa.examples')
        add_package(packages, 'frontend.cocoa.examples.IPython1Sandbox')
        add_package(packages, 'frontend.cocoa.examples.IPython1Sandbox.English.$
    add_package(packages, 'frontend.process')
    add_package(packages, 'frontend.wx')

Cheers,
Darren



More information about the IPython-dev mailing list