Skip to content

Commit 6d07a91

Browse files
committed
fix test
1 parent 1d01f52 commit 6d07a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run_command(pytestconfig, data_dir, downloads_dir, working_dir):
5656
Useful reference:
5757
http://docs.pyinvoke.org/en/1.2/api/runners.html#invoke.runners.Result
5858
"""
59-
cli_path = os.path.join(pytestconfig.rootdir, "..", "arduino-cli")
59+
cli_path = os.path.join(str(pytestconfig.rootdir), "..", "arduino-cli")
6060
env = {
6161
"ARDUINO_DATA_DIR": data_dir,
6262
"ARDUINO_DOWNLOADS_DIR": downloads_dir,

0 commit comments

Comments
 (0)