From 086010d81e61c9e2f804c9ee87cc533d05cd487a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 26 Jun 2015 22:38:58 +0200 Subject: [PATCH] tox: Update py (pylib) to 1.4.30. Upstream changelog: fix issue68 an assert with a multiline list comprehension was not reported correctly. Thanks Henrik Heibuerger. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af44b9b00..83945f9e8 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/pl passenv = PYTHON DISPLAY XAUTHORITY HOME deps = -r{toxinidir}/requirements.txt - py==1.4.29 + py==1.4.30 pytest==2.7.2 pytest-capturelog==0.7 pytest-qt==1.4.0