• Steve Kowalik's avatar
    Stop comparing repr()'s in TestEntryPoint · b1eeba1c
    Steve Kowalik authored
    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
    b1eeba1c
test_resources.py 28.6 KB