[Bug 1271609] Re: [MIR] python-networkx

2014-01-28 Thread Matthias Klose
Override component to main python-networkx 1.8.1-0ubuntu3 in trusty: universe/graphics -> main python-networkx 1.8.1-0ubuntu3 in trusty amd64: universe/graphics/optional/100% -> main python-networkx 1.8.1-0ubuntu3 in trusty arm64: universe/graphics/optional/100% -> main python-networkx 1.8.1-0ubu

[Bug 1271609] Re: [MIR] python-networkx

2014-01-27 Thread Michael Terry
So tests for python2 have been enabled. The next release, 1.9, will finish support for Python3.4, at which time we can enable the python3 tests. Good enough, approved! ** Changed in: python-networkx (Ubuntu) Status: Incomplete => Fix Committed -- You received this bug notification becau

[Bug 1271609] Re: [MIR] python-networkx

2014-01-23 Thread Michael Terry
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\