The test code isn't correct.  Should be:

        # running tests
        set -e ; \
        for py in $(PYTHON2) ; do\
                PYTHONPATH=$(LIB2) $$py setup_egg.py nosetests; \
        done
        # running tests Python 3
        set -e ; \
        for py in $(PYTHON3) ; do\
                PYTHONPATH=$(LIB3) $$py setup_egg.py nosetests; \
        done

Note how I've moved the 'set -e' line to match with the for loop and
dropped the '|| true' bits.

Additionally, there are test failures under python3.4.  They should be
fixed.  Likely just ordering issues with internal python data
structures.  I believe they changed a bit in 3.4.

** Changed in: python-networkx (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1271609

Title:
  [MIR] python-networkx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-networkx/+bug/1271609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to