From ad822b72c7a334ce1ad7b17b5a933907deb75eff Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 May 2015 14:50:32 +0200 Subject: [PATCH] tox: Update py to 1.27. Upstream changelog: - fix issue59: point to new repo site - allow a new ensuresyspath="append" mode for py.path.local.pyimport() so that a neccessary import path is appended instead of prepended to sys.path - strike undocumented, untested argument to py.path.local.pypkgpath - speed up py.path.local.dirpath by a factor of 10 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ee54156f4..63093ed75 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ usedevelop = true [testenv:unittests] setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envsitepackagesdir}/PyQt5/plugins/platforms deps = - py==1.4.26 + py==1.4.27 pytest==2.7.0 pytest-capturelog==0.7 pytest-qt==1.3.0