summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-12-26 15:02:43 +0200
committerGitHub <noreply@github.com>2021-12-26 15:02:43 +0200
commitb426d0d41cc28f1b0f6ec7092cfb819ce00a6e16 (patch)
tree2ebb0f286a7d94cad3e6489ca9cd442f593df6a1 /tasks.py
parentf03d008ba226c698e266158012b47b348b89b503 (diff)
downloadredis-py-b426d0d41cc28f1b0f6ec7092cfb819ce00a6e16.tar.gz
OCSP stapling support (#1820)
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 98ed483..0fbb5e8 100644
--- a/tasks.py
+++ b/tasks.py
@@ -65,7 +65,7 @@ def standalone_tests(c):
with and without hiredis."""
print("Starting Redis tests")
_generate_keys()
- run("tox -e standalone-'{plain,hiredis}'")
+ run("tox -e standalone-'{plain,hiredis,cryptography}'")
@task