python312Packages.notion-client: disable http test to fix build

This commit is contained in:
Noa Aarts
2024-11-07 21:24:52 +01:00
parent c8ce709a65
commit ba89dccdcd
@@ -43,6 +43,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "notion_client" ];
disabledTests = [
"test_api_http_response_error"
];
meta = with lib; {
description = "Python client for the official Notion API";
homepage = "https://github.com/ramnes/notion-sdk-py";