aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
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/tests.py
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/tests.py')
-rw-r--r--python/pyspark/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py
index 23720502a8..5bd9447659 100644
--- a/python/pyspark/tests.py
+++ b/python/pyspark/tests.py
@@ -2008,7 +2008,6 @@ class NumPyTests(PySparkTestCase):
if __name__ == "__main__":
- from pyspark.tests import *
if not _have_scipy:
print("NOTE: Skipping SciPy tests as it does not seem to be installed")
if not _have_numpy: