From 74e87052504b208bab19170730415c93447d516f Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 15 Nov 2024 16:20:47 -0800 Subject: [PATCH] BLD/TST: register flaky mark to avoid annoying pytest warning --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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)", +]