SIGN IN SIGN UP

bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293)

the current test depended on integer sets being iterated on in a certain
fixed order. That order is different on PyPy (insertion based) and could
change in CPython in the future in theory. Make the test robust against
a different iteration order by sorting.
(cherry picked from commit 7401694807fc6b5f7b35ff73c06f4bb852e02946)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
M
Miss Islington (bot) committed
eccb753ae6e1459dc697d5408e1082fff4f6d8f7
Parent: 823b3e3
Committed by GitHub <noreply@github.com> on 10/28/2021, 9:15:01 PM