From daaf7a62c8b5e65e7cd74688af7bd4ee9b11b59d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 19 May 2015 12:38:13 +0200 Subject: [PATCH] tox: Update pytest to 2.7.1. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa7fd87e5..d7e1b2050 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/pl passenv = DISPLAY XAUTHORITY HOME deps = py==1.4.27 - pytest==2.7.0 + pytest==2.7.1 pytest-capturelog==0.7 pytest-qt==1.3.0 pytest-mock==0.5