Skip to content

Commit

Permalink
replace setup.py with pyproject.toml in test_lib_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi committed Dec 11, 2023
1 parent fcd99f6 commit 9452005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lib_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_normal(self):
relative_link_file('graph.pb', 'relative_link_file_test_dir/')

def test_other_place(self):
relative_link_file('../setup.py', 'relative_link_file_test_dir/')
relative_link_file('../pyproject.toml', 'relative_link_file_test_dir/')

def test_abs_path(self):
abs_path = os.path.abspath(__file__)
Expand Down

0 comments on commit 9452005

Please sign in to comment.