From df468d3f387aa7059a4e921282352794e0984572 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 27 Apr 2013 15:40:58 +0200 Subject: [PATCH] Use dev version of pytest. This should fix some issues with testing under py32, see https://bitbucket.org/hpk42/pytest/issue/274/internalerror-when-running-doctest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 205c8594..112cb421 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py25, py26, py27, py32, py33 [testenv] deps = - pytest + https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip commands = py.test [] [testenv:py25]