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

This commit is contained in:
Noa Aarts 2024-11-08 10:03:26 +01:00
parent ba89dccdcd
commit 8f8d0c7219
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

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