netbox/.github
Jason Novinger ad10aa3381 Fixes #23046: Install dulwich in CI so Git backend tests run
dulwich is the optional 'git' extra and is not in requirements.txt, so CI
never had it installed. The four GitBackendCredentialIntegrationTestCase
tests added in #21252 have therefore been skipped since they were written,
leaving the Git data source credential handling without CI coverage.

These tests mock dulwich.porcelain.clone, so they only need the module to be
importable. Installing it in the test environment does not change what a
NetBox deployment pulls in: dulwich stays optional at runtime, as decided in
#12906.
2026-09-11 01:45:19 -05:00
..
ISSUE_TEMPLATE Add optional suspected cause & suggested fix fields to bug report template (#22971) 2026-08-19 13:31:02 +02:00
codeql Fixes #20484: Configure CodeQL to exclude URL redirect false positives 2025-10-03 08:48:02 -04:00
workflows Fixes #23046: Install dulwich in CI so Git backend tests run 2026-09-11 01:45:19 -05:00
PULL_REQUEST_TEMPLATE.md Update PR template (#22218) 2026-05-15 16:56:49 -05:00