We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca7295 + 508135f commit 71c6a95Copy full SHA for 71c6a95
tests/test_optional/test_px/test_px_input.py
@@ -14,7 +14,7 @@
14
import warnings
15
16
17
-if optional_imports.get_module("vaex") is None:
+if optional_imports.get_module("vaex") is None and sys.version_info > (3, 9):
18
TEST_LIBS = ["polars"]
19
else:
20
TEST_LIBS = ["vaex", "polars"]
0 commit comments