From d9fcd7a679a13862d954564ce2559bedaaee27f5 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 24 Oct 2015 17:24:43 +0200 Subject: Pin pytest in tox too --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.1