From 0f7da8b9d1f067150733a88711e8eb88c1b187b3 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 5 Aug 2020 15:03:49 -0400 Subject: [PATCH] pytest: register ceph_crash mark Otherwise we see some pytest warning. PytestUnknownMarkWarning: Unknown pytest.mark.ceph_crash - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html Signed-off-by: Dimitri Savineau (cherry picked from commit 03d46202691514639ff10666a488169bf8b4d150) --- tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index 7a1e037d7..136a80504 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -2,6 +2,7 @@ # dir really is. [pytest] markers = + ceph_crash: environment with ceph crash enabled dashboard: environment with dashboard enabled no_docker: environment without containers docker: environment with containers