diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md index 02952a5..be8d3b9 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,6 @@ pytest To specify unit-tests: ```bash -export AUTHLIB_INSECURE_TRANSPORT=true -export OAUTH2_ACCESS_TOKEN_GENERATOR="tests.unit.auth.test_token.gen_token" pytest -k unit_test ``` |