diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-07 20:40:23 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-07 20:40:23 -0600 |
commit | 3fd2f7ac71ecdf26c7f85d8bce21714949e6933b (patch) | |
tree | 16fb0f67a40a1531bc9a1492e76f625ef7616b6d /tox.ini | |
parent | 69d3cadf8e8d6eb115cf0a1d85ccf686c0c2a833 (diff) | |
parent | ed48066a3f8e58af58926a17906540213e57f88e (diff) | |
download | cryptography-3fd2f7ac71ecdf26c7f85d8bce21714949e6933b.tar.gz cryptography-3fd2f7ac71ecdf26c7f85d8bce21714949e6933b.tar.bz2 cryptography-3fd2f7ac71ecdf26c7f85d8bce21714949e6933b.zip |
Merge pull request #2513 from alex/bin-pytest
pin pytest to disallow 2.8.4 which breaks tests
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ deps = coverage iso8601 pretend - pytest + pytest!=2.8.4 hypothesis>=1.11.4 pyasn1_modules ./vectors |