Skip to content

Commit 8b6b474

Browse files
committed
fix python tests
1 parent a5cc336 commit 8b6b474

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/run-tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def print_red(text):
5959
LOGGER = logging.getLogger()
6060

6161
# Find out where the assembly jars are located.
62-
# Later, add back 2.12 to this list:
63-
# for scala in ["2.11", "2.12"]:
64-
for scala in ["2.11"]:
62+
for scala in ["2.11", "2.12"]:
6563
build_dir = os.path.join(SPARK_HOME, "assembly", "target", "scala-" + scala)
6664
if os.path.isdir(build_dir):
6765
SPARK_DIST_CLASSPATH = os.path.join(build_dir, "jars", "*")

0 commit comments

Comments
 (0)