Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.9.0
Description
Background:
Currently integration tests produce errors like these logged due to ScriptEngine issues:
[warning] Cannot load SentimentAnalysis because of ModuleNotFoundError: No module named 'vaderSentiment'
Proposal:
For the time of building the integration test docker image, we should disable scripting. This is to be reenabled when the ScriptEngine issue is fixed or when there is an explicit need for it in the integration tests.