This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch ht/playgrand
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit a86e14ed99888d109ca0b4a04081ef3dad22febc
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 12 17:02:24 2024 +0800

    enable test
---
 python/test.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/python/test.py b/python/test.py
index 7b0786c1..19154e65 100644
--- a/python/test.py
+++ b/python/test.py
@@ -25,12 +25,6 @@ import unittest as ut
 import numpy as np
 import pandas as pd
 
-if platform.system() == "Windows":
-    extra_dll_dir = os.path.join(os.path.dirname(__file__), "tsfile")
-    os.add_dll_directory(extra_dll_dir)
-    print(extra_dll_dir)
-    print(glob.glob(extra_dll_dir + "/*"))
-
 import tsfile as ts
 from tsfile.tsfile import EmptyFileError
 

Reply via email to