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
avoid bare path params in pytest invocation as they can
mislead pytest in its search for the config.rootpath
see pytest-dev/pytest#1435
using `--flag=<path>` instead of `--flag <path>` solves
the issue.
switch from treeless clone to blobless clone to keep
clones reasonably fast, while avoiding the dramatic
slowdown cuased by repeated remote fetches during
impact analysis walking of older commits
0 commit comments