Joel Croteau created SPARK-22375:
------------------------------------
Summary: Test script can fail if eggs are installed by setup.py
during test process
Key: SPARK-22375
URL: https://issues.apache.org/jira/browse/SPARK-22375
Project: Spark
Issue Type: Bug
Components: Tests
Affects Versions: 2.3.0
Environment: OSX 10.12.6
Reporter: Joel Croteau
Priority: Trivial
Running ./dev/run-tests may install missing Python packages as part of it's
setup process. setup.py can cache these in python/.eggs, and since the
lint-python script checks any file with the .py extension anywhere in the Spark
project, it will check files in .eggs and will fail if any of these do not meet
style criteria, even though these are not part of the project lint-spark should
exclude python/.eggs from its search directories.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]