diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-06 23:43:47 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-06 22:43:47 -0500 |
commit | e466bc917e070e34208a52838a0e21730345a78f (patch) | |
tree | 94c21611c168de9cca388fe2bab6542b56c8f567 /tox.ini | |
parent | b3460c6a9a45a016d1ab65c149c606fa3f07096d (diff) | |
download | pyopenssl-git-e466bc917e070e34208a52838a0e21730345a78f.tar.gz |
FIxed #266 -- attempt to deflake our tests (#660)
* FIxed #266 -- attempt to deflake our tests
* typo
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ deps = coverage>=4.2 pytest>=3.0.1 pretend + flaky cryptographyMaster: git+https://github.com/pyca/cryptography.git cryptographyMinimum: cryptography<=1.9 setenv = |