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
path >= 16 removes isdir in favor of is_dir. pytest-git <= 1.7.0 doesn't handle the change, causing tests to fail.
Once pytest-git is updated, we should remove the pin for path.
path >= 16removesisdirin favor ofis_dir.pytest-git <= 1.7.0doesn't handle the change, causing tests to fail.Once
pytest-gitis updated, we should remove the pin forpath.