Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-22375

Test script can fail if eggs are installed by setup.py during test process

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Tests
    • None
    • OSX 10.12.6

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            TV4Fun Joel Croteau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: