mistral-vibe: 2.16.1 -> 2.17.1 (#534184)

This commit is contained in:
kirillrdy
2026-06-22 22:59:07 +00:00
committed by GitHub
+9 -2
View File
@@ -39,7 +39,7 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mistral-vibe";
version = "2.16.1";
version = "2.17.1";
pyproject = true;
__structuredAttrs = true;
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "mistralai";
repo = "mistral-vibe";
tag = "v${finalAttrs.version}";
hash = "sha256-sv0gaEA7dvf4trxlsRQS9xA5Hiike5i/aLI3qYKP/lY=";
hash = "sha256-JrUepzbJupeyHiNz9gbX+C3kc2tJaNkxCldMELKeXcU=";
};
build-system = with python3Packages; [
@@ -172,6 +172,13 @@ python3Packages.buildPythonApplication (finalAttrs: {
versionCheckKeepEnvironment = [ "HOME" ];
disabledTests = [
# vibe is spawned in a sub-process and fails to import `mcp`
# ModuleNotFoundError: No module named 'mcp'
"TestMCPConnectionPoolIntegration"
# AssertionError: assert '32:2617357:1782120467963161870:7' != '32:2617357:1782120467963161870:7'
"test_changes_when_file_changes"
# vibe.core.llm.exceptions.BackendError: LLM backend error [mock-provider]
# reason: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1032)
"test_generic_backend_streaming_uses_ssl_cert_file"