diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py index 48e9fab4aa2b..777bd4f3d0d9 100644 --- a/dev/sparktestsupport/modules.py +++ b/dev/sparktestsupport/modules.py @@ -503,7 +503,6 @@ def __hash__(self): "pyspark.tests.test_conf", "pyspark.tests.test_context", "pyspark.tests.test_daemon", - "pyspark.tests.test_import_spark", "pyspark.tests.test_join", "pyspark.tests.test_memory_profiler", "pyspark.tests.test_pin_thread", @@ -827,6 +826,7 @@ def __hash__(self): "python/pyspark/tests/test_install_spark.py", ], python_test_goals=[ + "pyspark.tests.test_import_spark", "pyspark.tests.test_install_spark", ], )