From f703399bdda4d4f4362653bdea4190804c3590d5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 9 Jul 2025 09:27:36 -0500 Subject: Update docs: Indicate how to run tests in parallel. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232b597..963b5c5 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ mypy --show-error-codes . ```bash export AUTHLIB_INSECURE_TRANSPORT=true -pytest -m unit_test +pytest -m unit_test -n auto ``` ## OAuth2 -- cgit v1.2.3