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 16, 2024
1 parent 83ba377 commit e063678
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 e063678

Please sign in to comment.