github3.py has been seeing intermittent failures on Travis because it uses the params keyword to requests. By passing a dictionary the order is not guaranteed so on occasion the order of the dictionary will change and cause the request URI to be different from the recorded one.
github3.py has been seeing intermittent failures on Travis because it uses the
params
keyword to requests. By passing a dictionary the order is not guaranteed so on occasion the order of the dictionary will change and cause the request URI to be different from the recorded one.