aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-07-03 12:01:35 -0500
committerFrederick Muriuki Muriithi2025-07-03 12:01:58 -0500
commit1a39451ef873ab598484a74ef2899529583ab7c5 (patch)
tree2034c46691bcfb9193fd0a8fcf285d3b450702e4
parent286b87c4d7f09dffbae0145ccc9f0d55cebe1adb (diff)
downloadgn-auth-1a39451ef873ab598484a74ef2899529583ab7c5.tar.gz
Pytest: (invocation) Use marker (rather than keyword) expressions.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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