cashapp / hermit-packages

Hermit manages isolated, self-bootstrapping sets of tools in software projects.
https://cashapp.github.io/hermit
120 stars 124 forks source link

fix(kubebuilder): remove envtest from requires #524

Closed jonwinton closed 1 month ago

jonwinton commented 1 month ago

Purpose

Screenshot 2024-09-21 at 09 31 19

When installing kubebuilder it looks like there's an issue with an envtest dependency, but kubebuilder provides a way to manage the resource itself. Since how envtest is managed is tied in closely with kubebuilder it felt right to manage that resource with kubebuilder config rather than in Hermit, but open to handling this a different way!