[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Carl Friedrich! ✨ 🍰 ✨ -- components: +Tests resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 ___ Python tracker

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 67a1abb6aab3b3ce40eb3fdc0af73179ab436a3a by Miss Islington (bot) in branch '3.9': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292) https://github.com/python/cpython/commit/67a1abb6aab3b3ce40eb3fdc0af731

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset eccb753ae6e1459dc697d5408e1082fff4f6d8f7 by Miss Islington (bot) in branch '3.10': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293) https://github.com/python/cpython/commit/eccb753ae6e1459dc697d5408e108

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +27556 pull_request: https://github.com/python/cpython/pull/29293 ___ Python tracker ___ __

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7401694807fc6b5f7b35ff73c06f4bb852e02946 by Carl Friedrich Bolz-Tereick in branch 'main': bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) https://github.com/python/cpython/commit/7401694807fc6b5f7b35ff73c06f4bb85

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27555 pull_request: https://github.com/python/cpython/pull/29292 ___ Python tracker _

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-27 Thread Carl Friedrich Bolz-Tereick
Change by Carl Friedrich Bolz-Tereick : -- keywords: +patch pull_requests: +27496 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29233 ___ Python tracker

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-27 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick added the comment: here's the traceback running on pypy3.9-alpha: == FAIL: test_simple_cases (test.test_graphlib.TestTopologicalSort)

[issue45624] test_graphlib.py depends on iteration order of sets

2021-10-27 Thread Carl Friedrich Bolz-Tereick
New submission from Carl Friedrich Bolz-Tereick : test_graphlib fails on PyPy because it depends on the iteration order of sets. Will open a PR soon. -- messages: 405084 nosy: Carl.Friedrich.Bolz priority: normal severity: normal status: open title: test_graphlib.py depends on iteratio