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
Ideally, tests should be 100% deterministic. However, in practical terms, there are some situations that cannot be controlled for, for example when network issues prevent a pip install during setup. In these cases, a simple retry will often fix the issue without manual intervention.
Implementing this would require some thinking, as we definitely do not want blind retrying on real bugs!