lordgamez commented on code in PR #1721:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1721#discussion_r1514067762
##########
docker/test/integration/cluster/containers/MinifiContainer.py:
##########
@@ -33,7 +33,11 @@ def __init__(self):
self.enable_prometheus = False
self.enable_prometheus_with_ssl = False
self.enable_sql = False
- self.use_nifi_python_processors = False
+ self.use_nifi_python_processors_with_system_python_packages_installed
= False
+ self.use_nifi_python_processors_with_virtualenv = False
+ self.use_nifi_python_processors_with_virtualenv_packages_installed =
False
+ self.create_python_virtualenv = False
+ self.install = False
Review Comment:
They are unused, removed in 44654b11b315ed6010424cb72abb334b8b286377
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]