summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-01-17 09:14:16 +0200
committerGitHub <noreply@github.com>2022-01-17 09:14:16 +0200
commitf0c0ab24e8b1a98fcc1e6bc7cc5c6ecfcd75da85 (patch)
treed193560c0528bb95b7ecc5e0f381c4e47528f3a6 /tasks.py
parentd1291660908f656447bb9132c92813489342ead4 (diff)
downloadredis-py-f0c0ab24e8b1a98fcc1e6bc7cc5c6ecfcd75da85.tar.gz
OCSP Stapling Support (#1873)
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 313986d..96005ca 100644
--- a/tasks.py
+++ b/tasks.py
@@ -66,7 +66,7 @@ def standalone_tests(c):
with and without hiredis."""
print("Starting Redis tests")
_generate_keys()
- run("tox -e standalone-'{plain,hiredis,cryptography}'")
+ run("tox -e standalone-'{plain,hiredis,ocsp}'")
@task