Loading pkgs/development/python-modules/dvc-s3/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , aiobotocore , boto3 , buildPythonPackage , dvc-objects , fetchPypi , flatten-dict , pythonRelaxDepsHook Loading Loading @@ -29,13 +30,13 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools-scm pythonRelaxDepsHook ]; propagatedBuildInputs = [ aiobotocore boto3 flatten-dict s3fs aiobotocore boto3 dvc-objects flatten-dict s3fs ]; # Network access is needed for tests doCheck = false; pythonCheckImports = [ "dvc_s3" ]; pythonImportsCheck = [ "dvc_s3" ]; meta = with lib; { description = "s3 plugin for dvc"; Loading Loading
pkgs/development/python-modules/dvc-s3/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , aiobotocore , boto3 , buildPythonPackage , dvc-objects , fetchPypi , flatten-dict , pythonRelaxDepsHook Loading Loading @@ -29,13 +30,13 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools-scm pythonRelaxDepsHook ]; propagatedBuildInputs = [ aiobotocore boto3 flatten-dict s3fs aiobotocore boto3 dvc-objects flatten-dict s3fs ]; # Network access is needed for tests doCheck = false; pythonCheckImports = [ "dvc_s3" ]; pythonImportsCheck = [ "dvc_s3" ]; meta = with lib; { description = "s3 plugin for dvc"; Loading