aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index d1cb66860b..1f0d218514 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -198,9 +198,8 @@ def run_scala_style_checks():
def run_python_style_checks():
- # set_title_and_block("Running Python style checks", "BLOCK_PYTHON_STYLE")
- # run_cmd([os.path.join(SPARK_HOME, "dev", "lint-python")])
- pass
+ set_title_and_block("Running Python style checks", "BLOCK_PYTHON_STYLE")
+ run_cmd([os.path.join(SPARK_HOME, "dev", "lint-python")])
def build_spark_documentation():