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
Due to moving from Python 2 to Python 3 as of #22, the handling of Dict has changed. This results in failed end-to-end tests because the order of the tags are different from one run to the next one.
Either the Dict has to be migrated to OrderedDict or the tags should be in alphabetic order.
The text was updated successfully, but these errors were encountered:
Due to moving from Python 2 to Python 3 as of #22, the handling of Dict has changed. This results in failed end-to-end tests because the order of the tags are different from one run to the next one.
Either the Dict has to be migrated to OrderedDict or the tags should be in alphabetic order.
The text was updated successfully, but these errors were encountered: