Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 3, 2024
1 parent 2744e87 commit 301f82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ style = [
]
test = [
'pytest-cov',
'pytest-randomly',
'pytest-rerunfailures',
'pytest-timeout',
'pytest>=8.0.0',
'stimuli[lsl]',
Expand Down
2 changes: 1 addition & 1 deletion stimuli/keyboard/tests/test_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def controller() -> Controller:
return Controller()


@pytest.mark.flaky(reruns=10)
@pytest.mark.xfail("Unreliable on CIs.")
def test_keyboard_basic(controller: Controller) -> None:
"""Test basic keyboard functionalities."""
kb = Keyboard().start(suppress=True)
Expand Down

0 comments on commit 301f82c

Please sign in to comment.