Loading pkgs/development/python-modules/papermill/default.nix +16 −5 Original line number Diff line number Diff line { lib , stdenv , azure-datalake-store , azure-identity , azure-storage-blob Loading @@ -8,6 +9,8 @@ , entrypoints , fetchFromGitHub , gcsfs , ipykernel , moto , nbclient , nbformat , pyarrow Loading Loading @@ -72,21 +75,29 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytestCheckHook ipykernel moto pytest-mock ]; pytestCheckHook ] ++ passthru.optional-dependencies.azure ++ passthru.optional-dependencies.s3 ++ passthru.optional-dependencies.gcs; preCheck = '' export HOME=$(mktemp -d) ''; # The test suite depends on cloud resources azure/aws doCheck = false; pythonImportsCheck = [ "papermill" ]; disabledTests = lib.optionals stdenv.isDarwin [ # might fail due to the sandbox "test_end2end_autosave_slow_notebook" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Parametrize and run Jupyter and interact with notebooks"; homepage = "https://github.com/nteract/papermill"; Loading Loading
pkgs/development/python-modules/papermill/default.nix +16 −5 Original line number Diff line number Diff line { lib , stdenv , azure-datalake-store , azure-identity , azure-storage-blob Loading @@ -8,6 +9,8 @@ , entrypoints , fetchFromGitHub , gcsfs , ipykernel , moto , nbclient , nbformat , pyarrow Loading Loading @@ -72,21 +75,29 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytestCheckHook ipykernel moto pytest-mock ]; pytestCheckHook ] ++ passthru.optional-dependencies.azure ++ passthru.optional-dependencies.s3 ++ passthru.optional-dependencies.gcs; preCheck = '' export HOME=$(mktemp -d) ''; # The test suite depends on cloud resources azure/aws doCheck = false; pythonImportsCheck = [ "papermill" ]; disabledTests = lib.optionals stdenv.isDarwin [ # might fail due to the sandbox "test_end2end_autosave_slow_notebook" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Parametrize and run Jupyter and interact with notebooks"; homepage = "https://github.com/nteract/papermill"; Loading