From 1a39451ef873ab598484a74ef2899529583ab7c5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 3 Jul 2025 12:01:35 -0500 Subject: Pytest: (invocation) Use marker (rather than keyword) expressions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4146493..232b597 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ mypy --show-error-codes . ```bash export AUTHLIB_INSECURE_TRANSPORT=true -pytest -k unit_test +pytest -m unit_test ``` ## OAuth2 -- cgit v1.2.3