patch 8.2.5032: Python 3 test fails without the GUI

Problem:    Python 3 test fails without the GUI.
Solution:   Check the balloon_eval feature is available.
diff --git a/src/version.c b/src/version.c
index 999cfde..e6a048c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5032,
+/**/
     5031,
 /**/
     5030,