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, 3 insertions, 2 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 1f0d218514..d1cb66860b 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -198,8 +198,9 @@ 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")])
+ # set_title_and_block("Running Python style checks", "BLOCK_PYTHON_STYLE")
+ # run_cmd([os.path.join(SPARK_HOME, "dev", "lint-python")])
+ pass
def build_spark_documentation():