Fixes https://tracker.ceph.com/issues/71246
Pr are failing with errors import errors running pylint
Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit
29f0f2914efacd2e6b9bc7115f5c2d3790bb12cc)
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
-init-hook='import sys; sys.path.append("./")'
+init-hook='import sys; sys.path.append("./"); sys.path.append("../../../python-common")'
# Use multiple processes to speed up Pylint.
jobs=1