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; {