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
Replace os.path.exists checks with os.makedirs(exist_ok=True) which
helps with race conditions when running tests with pytest-parallel or
pytest-xdist.
0 commit comments