diff options
author | Hynek Schlawack <hs@ox.cx> | 2015-10-24 17:24:43 +0200 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2015-10-24 17:24:43 +0200 |
commit | d9fcd7a679a13862d954564ce2559bedaaee27f5 (patch) | |
tree | cbb24adae65ed1ad19dc26d34c4ff0883367b94c /tox.ini | |
parent | 41f62bad27b95c54313e66fcc4ab569fb0d51e54 (diff) | |
download | pyopenssl-git-d9fcd7a679a13862d954564ce2559bedaaee27f5.tar.gz |
Pin pytest in tox too
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 - 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 |