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
pants runs each test file separately in pytest. So, if two files try to
modify the same database at the same time, we'll get strange results.
So, modify the db name to ensure that they are safe in parallel.
0 commit comments