Github user Stibbons commented on a diff in the pull request:
https://github.com/apache/spark/pull/14567#discussion_r76391001
--- Diff: python/run-tests.py ---
@@ -37,9 +37,9 @@
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)),
"../dev/"))
-from sparktestsupport import SPARK_HOME # noqa (suppress pep8 warnings)
-from sparktestsupport.shellutils import which, subprocess_check_output #
noqa
-from sparktestsupport.modules import all_modules # noqa
+from sparktestsupport import SPARK_HOME # noqa (suppress pep8 warnings)
isort:skip
--- End diff --
it prevent these lines to be automatically moved on top of the
sys.path.append. For me this is weird to have to modify the sys.path, probably
because pyspark unit test are not executed inside a virtualenv
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]