From 419de232cdb1779fe5e1d57a79b544dad01b98e7 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Thu, 16 May 2024 14:21:18 -0400 Subject: [PATCH] Set the --testmon flag by default Signed-off-by: Fabrice Normandin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96f363ea..88ddd26d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest-cov = "^5.0.0" [tool.pytest.ini_options] -addopts = "--doctest-modules" +addopts = "--doctest-modules --testmon" markers = "--enable-internet: Allow some tests to run using real connections to the cluster."