diff --git a/pyproject.toml b/pyproject.toml index 0257a3c..39a7588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)", +]