diff options
author | Hynek Schlawack <hs@ox.cx> | 2016-08-25 19:59:25 +0200 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-08-25 13:59:25 -0400 |
commit | a585786e1cb07b50c249f9e096cfd3d8cb644ee7 (patch) | |
tree | 33e3a421f6eae55493a905e4eb7952112a4a98ea /tox.ini | |
parent | 3aeead90defbd1d4c533b51f4d9400beca3cc472 (diff) | |
download | pyopenssl-git-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |