Note the CI dulwich install in the Git backend test docstring

The docstring said these tests require dulwich without saying where that
comes from. Point at the CI install now that one exists.
This commit is contained in:
Jason Novinger 2026-09-11 01:47:59 -05:00
parent ad10aa3381
commit 5959f915fa
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class GitBackendCredentialIntegrationTestCase(TestCase):
Integration tests that verify GitBackend correctly applies credential logic.
These tests require dulwich to be installed and verify the full integration
of the credential handling in GitBackend.fetch().
of the credential handling in GitBackend.fetch(). dulwich is the optional
'git' extra, so CI installs it explicitly; see .github/workflows/ci.yml.
"""
def _get_clone_kwargs(self, url, **params):