[Python-modules-team] Bug#750233: python-networkx needs some love and #750233 needs a fix

Aric Hagberg aric.hagberg at gmail.com
Sat Jun 21 23:56:22 UTC 2014


On 21 Jun, Thomas Goirand wrote:
> python-networkx needs some work. It currently FTBFS due to failed tests
> (see #750233). As much as I can tell, there's no such issue in the
> Ubuntu package. It's a bit weird, cause it doesn't seem to be only
> because of the Debian specific patchset. Copying the patchset from
> Ubuntu didn't fix it. I didn't have the time to investigate more yet.

I'm the NetworkX maintainer.  I just wanted to point out that we have a new release which includes fixes for those test errors https://github.com/networkx/networkx/releases/tag/networkx-1.9.  Those turned up because of nondeterministic ordering when using the default hash randomization in new versions of Python.
The tests now pass on all modern versions of Cpython and with pypy: https://travis-ci.org/networkx/networkx/builds/28118176

There are a few API changes in this release (from networkx-1.8.1) http://networkx.github.io/documentation/networkx-1.9/reference/api_1.9.html .  Most of them are in the flow algorithms part of the package.  I don't know if these affect other dependencies.

Let me know if I can help.
Best Wishes,
Aric



More information about the Python-modules-team mailing list