Public bug reported: PEP 0479 changes the behavior of generators: https://www.python.org/dev/peps/pep-0479/
If a StopIteration is about to bubble out of a generator frame, it is replaced with RuntimeError, resulting in: RuntimeError: generator raised StopIteration Here are more detailed tracebacks from the failures: https://paste.ubuntu.com/p/vJJ8HRFV5f/ ** Affects: glance Importance: Undecided Assignee: Corey Bryant (corey.bryant) Status: New ** Changed in: glance Assignee: (unassigned) => Corey Bryant (corey.bryant) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1781627 Title: In Py3.7 test failures occur due to RuntimeError for StopIteration Status in Glance: New Bug description: PEP 0479 changes the behavior of generators: https://www.python.org/dev/peps/pep-0479/ If a StopIteration is about to bubble out of a generator frame, it is replaced with RuntimeError, resulting in: RuntimeError: generator raised StopIteration Here are more detailed tracebacks from the failures: https://paste.ubuntu.com/p/vJJ8HRFV5f/ To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1781627/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

