From 8f67a3f00685486c7510cca3a658893689db0a02 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Fri, 2 Feb 2024 09:13:24 +0100 Subject: [PATCH] Register pytest marker --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e9a21d5..3bb4729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,6 +123,9 @@ serve = ["mkdocs serve"] [tool.pytest.ini_options] testpaths = ["tests"] +markers = [ + "slow: mark a test to be slow.", +] [tool.mypy] ignore_missing_imports = true