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
Checked that there is not already provided the described functionality
Description
As Python does not guarantee dict order, unit tests intermittently fails because from Python 3.6 onwards, the standard dict type maintains insertion order by default (that's why never fails using Python >= 3.6).
Steps to Reproduce
Execute unit tests multiple times using Python 3.5
Expected behavior: Tests should pass always
Actual behavior: Tests sometimes fails
Reproduces how often: Not determined
Versions
Prom2teams v2.5.4
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
As Python does not guarantee dict order, unit tests intermittently fails because from Python 3.6 onwards, the standard dict type maintains insertion order by default (that's why never fails using Python >= 3.6).
Steps to Reproduce
Expected behavior: Tests should pass always
Actual behavior: Tests sometimes fails
Reproduces how often: Not determined
Versions
Prom2teams v2.5.4
The text was updated successfully, but these errors were encountered: