From 408da296f1c2ada267273aafd97c9aad28334650 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 16 Oct 2023 20:13:41 +0000 Subject: [PATCH] test.sh: do not run slow tests by default --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 5d89eaa6..64e3bb74 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,4 +4,4 @@ pushd chatmaild/src/chatmaild ../../venv/bin/pytest popd -online-tests/venv/bin/pytest online-tests/ -vrx --durations=5 --slow +online-tests/venv/bin/pytest online-tests/ -vrx --durations=5