From 8f8d0c7219d37255d0d5fb71897fe2a7369dcef9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 8 Nov 2024 10:03:26 +0100 Subject: [PATCH] python312Packages.notion-client: add comment to why test is disabled --- pkgs/development/python-modules/notion-client/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/notion-client/default.nix b/pkgs/development/python-modules/notion-client/default.nix index ca931b8510d6..12500e9fe854 100644 --- a/pkgs/development/python-modules/notion-client/default.nix +++ b/pkgs/development/python-modules/notion-client/default.nix @@ -44,6 +44,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "notion_client" ]; disabledTests = [ + # requires network access "test_api_http_response_error" ];