From d9bcc50a0434a795c8655c84511ef0783654e4aa Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:24:56 +0200 Subject: [PATCH] python3Packages.ibm-watson: fix build --- pkgs/development/python-modules/ibm-watson/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/ibm-watson/default.nix b/pkgs/development/python-modules/ibm-watson/default.nix index 182fb24cc2d9..dce3970acb19 100644 --- a/pkgs/development/python-modules/ibm-watson/default.nix +++ b/pkgs/development/python-modules/ibm-watson/default.nix @@ -44,6 +44,12 @@ buildPythonPackage rec { responses ]; + # FileNotFoundError: [Errno 2] No such file or directory: './auth.json' + disabledTestPaths = [ + "test/integration/test_assistant_v2.py" + "test/integration/test_natural_language_understanding_v1.py" + ]; + pythonImportsCheck = [ "ibm_watson" ]; meta = with lib; {