From f061e2690ca4d479dadaab7dc28fc49be051a3d6 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:40:06 +0100 Subject: [PATCH] FIX: use correct `pytest` `addopts` syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d515add..21d5d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,7 +226,7 @@ addopts = [ "--doctest-modules", "--durations=3", "--ignore=docs/conf.py", - '-m "not slow"', + "-m not slow", ] filterwarnings = [ "error",