Skip to content

Commit

Permalink
python312Packages.notion-client: disable http test to fix build (#354315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Aleksanaa authored Nov 8, 2024
2 parents 7150b43 + ba89dcc commit 40e2a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/notion-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 40e2a7a

Please sign in to comment.