Merge branch 'test/TD-22889-3.0' of github.com:/taosdata/TDengine into test/TD-22889-3.0
This commit is contained in:
commit
df43ce13e0
|
@ -419,7 +419,7 @@ class TDTestCase:
|
||||||
tdLog.info("install taospyudf...")
|
tdLog.info("install taospyudf...")
|
||||||
packs = ["taospyudf"]
|
packs = ["taospyudf"]
|
||||||
for pack in packs:
|
for pack in packs:
|
||||||
subprocess.check_call([sys.executable, '-m', 'pip', 'install', pack])
|
subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-i', 'https://pypi.org/simple', '-U', pack])
|
||||||
tdLog.info("call ldconfig...")
|
tdLog.info("call ldconfig...")
|
||||||
os.system("ldconfig")
|
os.system("ldconfig")
|
||||||
tdLog.info("install taospyudf successfully.")
|
tdLog.info("install taospyudf successfully.")
|
||||||
|
@ -461,4 +461,4 @@ class TDTestCase:
|
||||||
tdLog.success("%s successfully executed" % __file__)
|
tdLog.success("%s successfully executed" % __file__)
|
||||||
|
|
||||||
tdCases.addWindows(__file__, TDTestCase())
|
tdCases.addWindows(__file__, TDTestCase())
|
||||||
tdCases.addLinux(__file__, TDTestCase())
|
tdCases.addLinux(__file__, TDTestCase())
|
||||||
|
|
Loading…
Reference in New Issue