We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d01f52 commit 6d07a91Copy full SHA for 6d07a91
test/conftest.py
@@ -56,7 +56,7 @@ def run_command(pytestconfig, data_dir, downloads_dir, working_dir):
56
Useful reference:
57
http://docs.pyinvoke.org/en/1.2/api/runners.html#invoke.runners.Result
58
"""
59
- cli_path = os.path.join(pytestconfig.rootdir, "..", "arduino-cli")
+ cli_path = os.path.join(str(pytestconfig.rootdir), "..", "arduino-cli")
60
env = {
61
"ARDUINO_DATA_DIR": data_dir,
62
"ARDUINO_DOWNLOADS_DIR": downloads_dir,
0 commit comments