summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Sileo <tsileo@users.noreply.github.com>2016-11-22 18:13:30 +0100
committerHynek Schlawack <hs@ox.cx>2016-11-22 18:13:30 +0100
commite15e60a587efcddd61e391a8e5917291c98d554e (patch)
tree06ce1ac56ad303438193696b606411559af07a69 /tox.ini
parent33675f90f18cb8e926fccb13a1e60e900d56f7ff (diff)
downloadpyopenssl-e15e60a587efcddd61e391a8e5917291c98d554e.tar.gz
Add the ability to set a custom verification time on X509Store (#567)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 964b88c..f323bb0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps =
coverage>=4.2
pytest>=3.0.1
cryptographyMaster: git+https://github.com/pyca/cryptography.git
- cryptographyMinimum: cryptography<1.4
+ cryptographyMinimum: cryptography<1.7
setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.