Loading pkgs/development/python-modules/typed-settings/default.nix +14 −8 Original line number Diff line number Diff line Loading @@ -11,8 +11,11 @@ hypothesis, jinja2, pydantic, pytest-cov-stub, pytestCheckHook, pythonOlder, rich-click, sybil, tomli, typing-extensions, }: Loading @@ -21,7 +24,7 @@ buildPythonPackage rec { version = "24.6.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "typed_settings"; Loading Loading @@ -55,17 +58,20 @@ buildPythonPackage rec { nativeBuildInputs = [ hatch-vcs ]; nativeCheckInputs = [ nativeCheckInputs = [ hypothesis pytest-cov-stub pytestCheckHook typing-extensions ] ++ lib.flatten (builtins.attrValues optional-dependencies); rich-click sybil ] ++ (lib.optional (pythonOlder "3.11") typing-extensions) ++ (lib.flatten (lib.attrValues optional-dependencies)); pytestFlagsArray = [ "tests" ]; disabledTests = [ # AssertionError: assert [OptionInfo(p... "test_deep_options" # 1Password CLI is not available "TestOnePasswordLoader" "test_handle_op" Loading Loading
pkgs/development/python-modules/typed-settings/default.nix +14 −8 Original line number Diff line number Diff line Loading @@ -11,8 +11,11 @@ hypothesis, jinja2, pydantic, pytest-cov-stub, pytestCheckHook, pythonOlder, rich-click, sybil, tomli, typing-extensions, }: Loading @@ -21,7 +24,7 @@ buildPythonPackage rec { version = "24.6.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "typed_settings"; Loading Loading @@ -55,17 +58,20 @@ buildPythonPackage rec { nativeBuildInputs = [ hatch-vcs ]; nativeCheckInputs = [ nativeCheckInputs = [ hypothesis pytest-cov-stub pytestCheckHook typing-extensions ] ++ lib.flatten (builtins.attrValues optional-dependencies); rich-click sybil ] ++ (lib.optional (pythonOlder "3.11") typing-extensions) ++ (lib.flatten (lib.attrValues optional-dependencies)); pytestFlagsArray = [ "tests" ]; disabledTests = [ # AssertionError: assert [OptionInfo(p... "test_deep_options" # 1Password CLI is not available "TestOnePasswordLoader" "test_handle_op" Loading