aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-01-19 16:51:17 -0800
committerXiangrui Meng <meng@databricks.com>2016-01-19 16:51:17 -0800
commitbeda9014220be77dd735e6af1903e7d93dceb110 (patch)
tree46636aa95ef658a0724128b303cae145f81589de /python/pyspark/ml
parent3ac648289c543b56937d67b5df5c3e228ef47cbd (diff)
downloadspark-beda9014220be77dd735e6af1903e7d93dceb110.tar.gz
spark-beda9014220be77dd735e6af1903e7d93dceb110.tar.bz2
spark-beda9014220be77dd735e6af1903e7d93dceb110.zip
Revert "[SPARK-11295] Add packages to JUnit output for Python tests"
This reverts commit c6f971b4aeca7265ab374fa46c5c452461d9b6a7.
Diffstat (limited to 'python/pyspark/ml')
-rw-r--r--python/pyspark/ml/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/ml/tests.py b/python/pyspark/ml/tests.py
index 9ea639dc4f..4eb17bfdcc 100644
--- a/python/pyspark/ml/tests.py
+++ b/python/pyspark/ml/tests.py
@@ -394,7 +394,6 @@ class CrossValidatorTests(PySparkTestCase):
if __name__ == "__main__":
- from pyspark.ml.tests import *
if xmlrunner:
unittest.main(testRunner=xmlrunner.XMLTestRunner(output='target/test-reports'))
else: