From bdb58138d92cd4adada209f2f21c04ac62f19a0c Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 14 Feb 2023 15:19:46 +0200 Subject: tests: register pytest custom marks Signed-off-by: Ivan Kanakarakis --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9616ac8f..012c18f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,6 +99,9 @@ addopts = "-ra -vvv" testpaths = [ "tests", ] +markers = [ + "mongo", +] pythonpath = [ "tests", ] -- cgit v1.2.1