To be able to compare 2 lists of dictionaries, test
server/ui/test_roundtrip.py calls sorted on those list so that they are
comparable. However no comparison function is given so it fails on
Python 3 because dictionary are not comparable. This commit adds a key
parameter to sort on the name key of these dictionaries.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 39480 Build 39498: arc lint + arc unit