diff options
author | Thomas Sileo <tsileo@users.noreply.github.com> | 2016-11-22 18:13:30 +0100 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2016-11-22 18:13:30 +0100 |
commit | e15e60a587efcddd61e391a8e5917291c98d554e (patch) | |
tree | 06ce1ac56ad303438193696b606411559af07a69 /tox.ini | |
parent | 33675f90f18cb8e926fccb13a1e60e900d56f7ff (diff) | |
download | pyopenssl-git-e15e60a587efcddd61e391a8e5917291c98d554e.tar.gz |
Add the ability to set a custom verification time on X509Store (#567)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |