diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 16:38:28 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:05:38 +0200 |
| commit | 269737dcd734fa3e27eeea2c61ecbfe28c2cfb41 (patch) | |
| tree | 870e267a7c3e2a28d0eede3b420b6766597fd1a6 | |
| parent | python3Packages.aioasuswrt: test with pytest-asyncio 0.x (diff) | |
| download | nixpkgs-269737dcd734fa3e27eeea2c61ecbfe28c2cfb41.tar.gz | |
python3Packages.papermill: disable failing test
This is due to API compat issues with azure data lake.
| -rw-r--r-- | pkgs/development/python-modules/papermill/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/papermill/default.nix b/pkgs/development/python-modules/papermill/default.nix index 9ece875296c3..5e6bb7b71327 100644 --- a/pkgs/development/python-modules/papermill/default.nix +++ b/pkgs/development/python-modules/papermill/default.nix @@ -95,6 +95,9 @@ buildPythonPackage rec { disabledTests = [ # pytest 8 compat "test_read_with_valid_file_extension" + + # azure datalake api compat issue + "test_create_adapter" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # might fail due to the sandbox |
