You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Newer Python versions randomize the hash seed for dictionaries,resulting in a random output order, which messes up the regression testdiffs.Instead, use Python assert to compare the dictionaries with theirexpected value.