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
commit f6a3479123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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