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
Right now if tests fall for one python version all of the matrix tests get cancelled. This is fine most of the time, but when we're dealing with version to version inconsistency you can't see if tests are just failing for one python version.
To Address this I propose disabling fail fast in the testing strategy.
The text was updated successfully, but these errors were encountered:
Right now if tests fall for one python version all of the matrix tests get cancelled. This is fine most of the time, but when we're dealing with version to version inconsistency you can't see if tests are just failing for one python version.
To Address this I propose disabling fail fast in the testing strategy.
The text was updated successfully, but these errors were encountered: