Skip to content

Commit

Permalink
Set vaex tests to run on only python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marthacryan committed Feb 11, 2025
1 parent 71c6a95 commit d282c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optional/test_px/test_px_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import warnings


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):
TEST_LIBS = ["polars"]
else:
TEST_LIBS = ["vaex", "polars"]
Expand Down

0 comments on commit d282c49

Please sign in to comment.