Skip to content

Commit

Permalink
BLD/TST: register flaky mark to avoid annoying pytest warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Nov 18, 2024
1 parent 0c675ee commit 74e8705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ file = "docs-requirements.txt"

[tool.pytest.ini_options]
addopts = "--cov=."
markers = [
"flaky: register this mark to avoid pytest warnings (comes from caproto -> pytest-rerunfailures)",
]

0 comments on commit 74e8705

Please sign in to comment.