From 2714ed4be5c7032068edaeb488bf87fed483dc39 Mon Sep 17 00:00:00 2001 From: "qiaozi.zwb" Date: Thu, 1 Apr 2021 10:13:36 +0800 Subject: [PATCH] [fix] test_with_mars not found data_dir --- python/graphscope/deploy/tests/test_with_mars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/graphscope/deploy/tests/test_with_mars.py b/python/graphscope/deploy/tests/test_with_mars.py index 1ca6220375b4..0118a7e5c512 100644 --- a/python/graphscope/deploy/tests/test_with_mars.py +++ b/python/graphscope/deploy/tests/test_with_mars.py @@ -79,7 +79,7 @@ def gs_session(): sess.close() -def test_mars_session(gs_session, data_dir): +def test_mars_session(gs_session): from mars import dataframe as md from mars import tensor as mt from mars.session import new_session