[
https://issues.apache.org/jira/browse/SPARK-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223634#comment-16223634
]
Apache Spark commented on SPARK-22375:
--------------------------------------
User 'xynny' has created a pull request for this issue:
https://github.com/apache/spark/pull/19597
> 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]