summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-08-25 19:59:25 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-25 13:59:25 -0400
commita585786e1cb07b50c249f9e096cfd3d8cb644ee7 (patch)
tree33e3a421f6eae55493a905e4eb7952112a4a98ea /tox.ini
parent3aeead90defbd1d4c533b51f4d9400beca3cc472 (diff)
downloadpyopenssl-a585786e1cb07b50c249f9e096cfd3d8cb644ee7.tar.gz
Avoid pytest 3 warning (#517)
* Avoid pytest warning * Upgrade pytest min version in tox.ini
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 661e5ca..8701977 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>=4.2
- pytest>=2.8.5
+ pytest>=3.0.1
cryptographyMaster: git+https://github.com/pyca/cryptography.git
cryptographyMinimum: cryptography<1.4
setenv =