Unverified Commit ba89dccd authored by Noa Aarts's avatar Noa Aarts
Browse files

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

parent c8ce709a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";