mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Fix test
This commit is contained in:
@ -63,7 +63,7 @@ def test_install_from_vcs(clirunner, validate_cliresult, isolated_pio_home):
|
|||||||
result = clirunner.invoke(
|
result = clirunner.invoke(
|
||||||
cli_platform.platform_install,
|
cli_platform.platform_install,
|
||||||
[
|
[
|
||||||
"https://github.com/platformio/" "platform-espressif8266.git#feature/stage",
|
"https://github.com/platformio/" "platform-espressif8266.git",
|
||||||
"--skip-default-package",
|
"--skip-default-package",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user