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 c8c3fa3 commit 96bbd02Copy full SHA for 96bbd02
tests/micro/arduino/conftest.py
@@ -26,8 +26,3 @@ def pytest_configure(config):
26
config.addinivalue_line(
27
"markers", "requires_hardware: mark test to run only when an Arduino board is connected"
28
)
29
-
30
31
-@pytest.fixture(scope="session")
32
-def arduino_cli_cmd(request):
33
- return request.config.getoption("--arduino-cli-cmd")
0 commit comments