Unverified Commit f6a34791 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python312Packages.notion-client: add comment to why test is disabled (#354431)

parents c9cefefa 8f8d0c72
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"
  ];