Skip to content

Commit c7becd1

Browse files
committed
Fix tests
1 parent fd4a53a commit c7becd1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_core.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,3 @@ def test_install_pio_core(pio_installer_script, tmpdir, monkeypatch):
6060
"platformio.exe" if util.IS_WINDOWS else "platformio",
6161
)
6262
)
63-
assert os.path.isfile(
64-
os.path.join(str(core_dir), "packages", "contrib-piohome", "package.json")
65-
)
66-
assert os.path.isfile(
67-
os.path.join(str(core_dir), "packages", "contrib-pysite", "package.json")
68-
)

0 commit comments

Comments
 (0)