Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Dec 16, 2022
1 parent c8c3fa3 commit 96bbd02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/micro/arduino/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ def pytest_configure(config):
config.addinivalue_line(
"markers", "requires_hardware: mark test to run only when an Arduino board is connected"
)


@pytest.fixture(scope="session")
def arduino_cli_cmd(request):
return request.config.getoption("--arduino-cli-cmd")

0 comments on commit 96bbd02

Please sign in to comment.