[IPython-dev] Trunk in 100% test compliance

Brian Granger ellisonbg at gmail.com
Tue Jul 27 11:07:33 EDT 2010


Oops,

When we fix this we will need to remove the IPython/gui and IPython/frontend
references in setup.py and MANIFEST as well.

Brian

On Tue, Jul 27, 2010 at 5:05 AM, Darren Dale <dsdale24 at gmail.com> wrote:

> 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
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100727/04e961d1/attachment.html>


More information about the IPython-dev mailing list