forked from platformio/platformio-core
skip account tests
This commit is contained in:
@ -26,6 +26,8 @@ from platformio.commands.team import cli as cmd_team
|
|||||||
from platformio.downloader import FileDownloader
|
from platformio.downloader import FileDownloader
|
||||||
from platformio.unpacker import FileUnpacker
|
from platformio.unpacker import FileUnpacker
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.skip()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(
|
@pytest.mark.skipif(
|
||||||
not os.environ.get("TEST_EMAIL_LOGIN"),
|
not os.environ.get("TEST_EMAIL_LOGIN"),
|
||||||
|
Reference in New Issue
Block a user