From a72bc11be719b4726f05388ff053d52b192c8a50 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 28 Sep 2024 16:56:22 -0500 Subject: Update documentation on how to run tests. --- README.md | 2 -- 1 file changed, 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 ``` -- cgit v1.2.3