Unverified Commit 8f8d0c72 authored by Noa Aarts's avatar Noa Aarts
Browse files

python312Packages.notion-client: add comment to why test is disabled

parent ba89dccd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "notion_client" ];

  disabledTests = [
    # requires network access
    "test_api_http_response_error"
  ];