Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit faa3d7c

Browse files
Only run vaex tests for 3.9
1 parent d282c49 commit faa3d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_optional/test_px/test_px_input.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import warnings
1515

1616

17-
if optional_imports.get_module("vaex") is None and sys.version_info == (3, 9):
17+
if optional_imports.get_module("vaex") is None and sys.version_info === (3, 9):
1818
TEST_LIBS = ["polars"]
1919
else:
2020
TEST_LIBS = ["vaex", "polars"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /