Stop comparing repr()'s in TestEntryPoint
In Python 3, the default order of iterables can not determined, so comparing the repr of objects that include tuples is not static like it is under Python 2. Compare the attributes of EntryPoint instead, making sure to sort .attrs and .extras. Closes: #526
Showing
Please register or sign in to comment