From e53e8ce31e1893c897c625291e8deb145645abd8 Mon Sep 17 00:00:00 2001 From: Lu Weizheng Date: Sat, 17 Aug 2024 11:51:00 +0800 Subject: [PATCH] CI test execution --- CI/test_basic_execution.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CI/test_basic_execution.py b/CI/test_basic_execution.py index 06aa62fd5..64edb4fbf 100644 --- a/CI/test_basic_execution.py +++ b/CI/test_basic_execution.py @@ -7,10 +7,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") + with warnings.catch_warnings(): # "error" help us find the deprecated APIs + warnings.simplefilter("error") import xorbits import xorbits.pandas as pd import xorbits.numpy as np