Closed edigiacomo closed 2 years ago
I seem to be unable to reproduce it. What version of Python are you using?
Python 3.8.10.
I didn't manage to try python 3.8, but I still couldn't reproduce this with python3.9 or python 3.10, and insertion ordering of dicts was alredy present in python 3.8. If you still see the problem, I guess we can replace assertEqual with assertCountEqual
I tried to build in a sid chroot and there I can reproduce it. Working on it