summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-10-24 17:24:43 +0200
committerHynek Schlawack <hs@ox.cx>2015-10-24 17:24:43 +0200
commitd9fcd7a679a13862d954564ce2559bedaaee27f5 (patch)
treecbb24adae65ed1ad19dc26d34c4ff0883367b94c /tox.ini
parent41f62bad27b95c54313e66fcc4ab569fb0d51e54 (diff)
downloadpyopenssl-d9fcd7a679a13862d954564ce2559bedaaee27f5.tar.gz
Pin pytest in tox too
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 11a0821..fcf7095 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ whitelist_externals =
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
deps =
coverage
- pytest
+ pytest>=2.8.2
cryptographyMaster: git+https://github.com/pyca/cryptography.git
setenv =
# Do not allow the executing environment to pollute the test environment