Loading pkgs/development/python-modules/hishel/default.nix +22 −34 Original line number Diff line number Diff line { lib , anysqlite , boto3 , buildPythonPackage , fetchFromGitHub , hatch-fancy-pypi-readme , hatchling , httpx , moto , pytest-asyncio , pytestCheckHook , pythonOlder , pyyaml , redis , trio { lib, anysqlite, boto3, buildPythonPackage, fetchFromGitHub, hatch-fancy-pypi-readme, hatchling, httpx, moto, pytest-asyncio, pytestCheckHook, pythonOlder, pyyaml, redis, trio, }: buildPythonPackage rec { Loading @@ -34,23 +35,13 @@ buildPythonPackage rec { hatchling ]; dependencies = [ httpx ]; dependencies = [ httpx ]; passthru.optional-dependencies = { redis = [ redis ]; s3 = [ boto3 ]; sqlite = [ anysqlite ]; yaml = [ pyyaml ]; redis = [ redis ]; s3 = [ boto3 ]; sqlite = [ anysqlite ]; yaml = [ pyyaml ]; }; nativeCheckInputs = [ Loading @@ -60,9 +51,7 @@ buildPythonPackage rec { trio ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "hishel" ]; pythonImportsCheck = [ "hishel" ]; disabledTests = [ # Tests require a running Redis instance Loading @@ -83,4 +72,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/hishel/default.nix +22 −34 Original line number Diff line number Diff line { lib , anysqlite , boto3 , buildPythonPackage , fetchFromGitHub , hatch-fancy-pypi-readme , hatchling , httpx , moto , pytest-asyncio , pytestCheckHook , pythonOlder , pyyaml , redis , trio { lib, anysqlite, boto3, buildPythonPackage, fetchFromGitHub, hatch-fancy-pypi-readme, hatchling, httpx, moto, pytest-asyncio, pytestCheckHook, pythonOlder, pyyaml, redis, trio, }: buildPythonPackage rec { Loading @@ -34,23 +35,13 @@ buildPythonPackage rec { hatchling ]; dependencies = [ httpx ]; dependencies = [ httpx ]; passthru.optional-dependencies = { redis = [ redis ]; s3 = [ boto3 ]; sqlite = [ anysqlite ]; yaml = [ pyyaml ]; redis = [ redis ]; s3 = [ boto3 ]; sqlite = [ anysqlite ]; yaml = [ pyyaml ]; }; nativeCheckInputs = [ Loading @@ -60,9 +51,7 @@ buildPythonPackage rec { trio ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "hishel" ]; pythonImportsCheck = [ "hishel" ]; disabledTests = [ # Tests require a running Redis instance Loading @@ -83,4 +72,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; }