We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c6a95 commit d282c49Copy full SHA for d282c49
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 and sys.version_info > (3, 9):
+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