Skip to content

Commit

Permalink
CI/test_basic_execution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 10, 2024
1 parent aa71ccd commit f48631c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/test_basic_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

def test_basic_cases():
with warnings.catch_warnings():
# TODO: change warnings.simplefilter("error") to "module"
# "error" help us find the deprecated APIs
warnings.simplefilter("module")
import xorbits
import xorbits.pandas as pd
Expand Down

0 comments on commit f48631c

Please sign in to comment.