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

This commit is contained in:
Aleksana
2024-11-08 17:11:47 +08:00
committed by GitHub

View File

@@ -44,6 +44,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "notion_client" ];
disabledTests = [
# requires network access
"test_api_http_response_error"
];