From a9875b19c307fa7d282d744b1f89bf0b1c10b438 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 20 Jan 2023 15:20:42 -0500 Subject: [PATCH] clearer language in the `slow` mark documentation --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 30a7e19e0..9ff725e7b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] markers = - slow: marks tests as slow (deselect with '--runslow') + slow: marks tests as slow (not run by default; run them with '--runslow')