Skip to content

Commit

Permalink
[fix] Test_with_mars not found data_dir (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Apr 1, 2021
1 parent b384563 commit 4037c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/deploy/tests/test_with_mars.py
Expand Up @@ -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
Expand Down

0 comments on commit 4037c18

Please sign in to comment.