From 30f68e55d690ad128d7cf7b7ca4511ddf7836ad4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 31 Jan 2016 13:06:28 +0100 Subject: [PATCH] tox: Update xvfbwrapper to 0.2.8. - better error handling when xvfb is not installed - don't hardcode tmp dir location - use terminate instead of kill so Xvfb can clean up lock files --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 114e5f70f..fc1c421e9 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = vulture==0.8.1 Werkzeug==0.11.3 wheel==0.26.0 - xvfbwrapper==0.2.7 + xvfbwrapper==0.2.8 cherrypy==4.0.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir}