Skip to content

Commit f2e65e0

Browse files
committed
Revert "[SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip test_wildcard_import in low python versions"
This reverts commit a10f32d.
1 parent 0955193 commit f2e65e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pyspark/sql/tests/test_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from itertools import chain
2424
import math
2525
import re
26-
import sys
2726
import unittest
2827

2928
from pyspark.errors import PySparkTypeError, PySparkValueError, SparkRuntimeException
@@ -91,7 +90,6 @@ def test_function_parity(self):
9190
expected_missing_in_py, missing_in_py, "Missing functions in pyspark not as expected"
9291
)
9392

94-
@unittest.skipIf(sys.version_info < (3, 11))
9593
def test_wildcard_import(self):
9694
all_set = set(F.__all__)
9795

0 commit comments

Comments
 (0)