yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53123
[Bug 1598527] [NEW] next() is incompatible in test_network_ip_availability.py
Public bug reported:
In test_network_ip_availability.py:89 I think 'subnet_cidr =
cidr.subnet(mask_bits).next()' should be 'subnet_cidr =
next(cidr.subnet(mask_bits))'
** Affects: neutron
Importance: Undecided
Assignee: QunyingRan (ran-qunying)
Status: New
** Changed in: neutron
Assignee: (unassigned) => QunyingRan (ran-qunying)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1598527
Title:
next() is incompatible in test_network_ip_availability.py
Status in neutron:
New
Bug description:
In test_network_ip_availability.py:89 I think 'subnet_cidr =
cidr.subnet(mask_bits).next()' should be 'subnet_cidr =
next(cidr.subnet(mask_bits))'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1598527/+subscriptions
Follow ups