From 70ac6a329317b1052d5b9e3d2bbfd534971b8bdd Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Mon, 6 Jan 2025 21:46:08 -0500 Subject: [PATCH] test: fix --- tests/test_error_handling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_error_handling.py b/tests/test_error_handling.py index 27b212cf3004..bd1711af700c 100644 --- a/tests/test_error_handling.py +++ b/tests/test_error_handling.py @@ -24,6 +24,7 @@ def test_fluent_fatal_error(error_code, raises, new_solver_session): time.sleep(0.1) +@pytest.mark.fluent_version(">=25.2") def test_custom_python_error_via_grpc(datamodel_api_version_new, new_solver_session): solver = new_solver_session # This may need to be updated if the error type changes in the server