Skip to content

Commit

Permalink
Only run vaex tests for 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marthacryan committed Feb 11, 2025
1 parent d282c49 commit faa3d7c
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):

This comment has been minimized.

Copy link
@emilykl

emilykl Feb 11, 2025

Contributor

@marthacryan javascript brain 😉

This comment has been minimized.

Copy link
@marthacryan

marthacryan Feb 11, 2025

Author Collaborator

🙈 you caught me lol

TEST_LIBS = ["polars"]
else:
TEST_LIBS = ["vaex", "polars"]
Expand Down

0 comments on commit faa3d7c

Please sign in to comment.