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
Using parallel execution of tests on travis seems to sometimes cause failures with the error message:
==================================== ERRORS ====================================
_____________________________ ERROR collecting gw1 _____________________________
Different tests were collected between gw0 and gw1. The difference is:
The text was updated successfully, but these errors were encountered:
From what I can see, this can be caused by calling something in a parametrize which has a random return order, such as dict.items, as when individual processes call this they (might) get a different ordering of items.
Originally brought up here
Using parallel execution of tests on travis seems to sometimes cause failures with the error message:
The text was updated successfully, but these errors were encountered: