mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Fix test on Github Actions
This commit is contained in:
@ -437,7 +437,7 @@ void unittest_uart_end(){}
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(
|
@pytest.mark.skipif(
|
||||||
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS"),
|
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS") == "true",
|
||||||
reason="skip Github Actions on Windows (MinGW issue)",
|
reason="skip Github Actions on Windows (MinGW issue)",
|
||||||
)
|
)
|
||||||
def test_doctest_framework(clirunner, tmp_path: Path):
|
def test_doctest_framework(clirunner, tmp_path: Path):
|
||||||
|
Reference in New Issue
Block a user