Skip to content

Commit cc59d1f

Browse files
author
yuzelin
committed
fix
1 parent 0399182 commit cc59d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pypaimon/py4j/tests/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def setUpClass(cls):
3535

3636
this_dir = os.path.abspath(os.path.dirname(__file__))
3737
project_dir = os.path.dirname(os.path.dirname(os.path.dirname(this_dir)))
38-
os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = os.path.join(project_dir, "dev/test_deps/*")
38+
deps = os.path.join(project_dir, "dev/test_deps/*")
39+
os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = deps
3940

4041
cls.tempdir = tempfile.mkdtemp()
4142
cls.warehouse = os.path.join(cls.tempdir, 'warehouse')

0 commit comments

Comments
 (0)