summaryrefslogtreecommitdiff
path: root/dev_requirements.txt
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-12-16 09:36:56 +0200
committerGitHub <noreply@github.com>2021-12-16 09:36:56 +0200
commit18c6809b761bc6755349e1d7e08e74e857ec2c65 (patch)
tree29ba60b2d00dbc999981e2def8a51fd0a07a9e6a /dev_requirements.txt
parenta8b8f142399a62e64c3003adda2d9563eea95ef4 (diff)
downloadredis-py-18c6809b761bc6755349e1d7e08e74e857ec2c65.tar.gz
Support for password-encrypted SSL private keys (#1782)
Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
Diffstat (limited to 'dev_requirements.txt')
-rw-r--r--dev_requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 2a4f377..1d33b98 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -6,6 +6,7 @@ pytest==6.2.5
pytest-timeout==2.0.1
tox==3.24.4
tox-docker==3.1.0
+tox-run-before==0.1
invoke==1.6.0
pytest-cov>=3.0.0
vulture>=2.3.0