Package: python3-networkx
Version: 2.4-3

During the upgrade of python3-networkx some python syntax warnings are shown:

Setting up python3-networkx (2.4-3) ...
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_graphml.py:933:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  assert H.nodes['n1']['special'] is 0
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_graphml.py:935:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  assert H.edges['n0','n1',1]['special'] is 0

Reply via email to