aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-19 13:12:35 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-19 13:12:35 -0500
commit298d25ad89362f77eb1bb70de8fa6e756b38d628 (patch)
treef021254f2d3de6c8f269e6d9352cd4d8eceb2609 /tox.ini
parent336aca34f271fabf9defbaf087d24f0d2ded75af (diff)
parent959403b6df03ff5beb4cb12015f29c6c3e9a02e0 (diff)
downloadcryptography-298d25ad89362f77eb1bb70de8fa6e756b38d628.tar.gz
cryptography-298d25ad89362f77eb1bb70de8fa6e756b38d628.tar.bz2
cryptography-298d25ad89362f77eb1bb70de8fa6e756b38d628.zip
Merge pull request #2355 from alex/pin-pytest
Pin pytest to <2.8, there's a bug with deprecation warnings
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 219da545..a890e38a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ deps =
coverage
iso8601
pretend
- pytest
+ pytest<2.8
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =