Unverified Commit c783e2b3 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python312Packages.typed-settings: add missing hypothesis dep

parent ca355f14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  click-option-group,
  fetchPypi,
  hatchling,
  hypothesis,
  jinja2,
  pydantic,
  pytestCheckHook,
@@ -53,6 +54,7 @@ buildPythonPackage rec {
  };

  nativeCheckInputs = [
    hypothesis
    pytestCheckHook
    typing-extensions
  ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);