python3Packages.papermill: disable failing test

This is due to API compat issues with azure data lake.

+3
+3
pkgs/development/python-modules/papermill/default.nix
··· 95 95 disabledTests = [ 96 96 # pytest 8 compat 97 97 "test_read_with_valid_file_extension" 98 + 99 + # azure datalake api compat issue 100 + "test_create_adapter" 98 101 ] 99 102 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 100 103 # might fail due to the sandbox