Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Nov 27, 2024
1 parent 0399182 commit cc59d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypaimon/py4j/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def setUpClass(cls):

this_dir = os.path.abspath(os.path.dirname(__file__))
project_dir = os.path.dirname(os.path.dirname(os.path.dirname(this_dir)))
os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = os.path.join(project_dir, "dev/test_deps/*")
deps = os.path.join(project_dir, "dev/test_deps/*")
os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = deps

cls.tempdir = tempfile.mkdtemp()
cls.warehouse = os.path.join(cls.tempdir, 'warehouse')
Expand Down

0 comments on commit cc59d1f

Please sign in to comment.