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
Verifies that Poetry can successfully clone Git repositories that use
Git Large File Storage (LFS) and that LFS files are properly retrieved
with their actual content rather than just pointer files.
This test uses dulwich's built-in LFS support to create a repository
with LFS files and verifies that cloning works correctly without
requiring manual configuration.
Note that while LFS support works in Dulwich >=1, the tests specifically
rely on it being able to use locally cloned LFS stores,
which requires dulwich 1.2.1.
Fixes#8723
0 commit comments