We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fe0ee commit c2af57bCopy full SHA for c2af57b
tests/test_optional/test_px/test_px_input.py
@@ -14,8 +14,7 @@
14
import warnings
15
16
17
-# FIXME: don't test with vaex if vaex isn't installed
18
-if (optional_imports.get_module("vaex") is None) and (sys.version_info >= (3, 12)):
+if (optional_imports.get_module("vaex") is None):
19
TEST_LIBS = ["polars"]
20
else:
21
TEST_LIBS = ["vaex", "polars"]
0 commit comments