From fab86cce5efbdef3fe0e41267fb80d0a43d70711 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 27 Feb 2016 02:25:08 +0100 Subject: [PATCH] tox: Update pytest-xvfb to 0.2.0 - The ``no_xvfb``-marker is now registered automatically so pytest doesn't fail when run with ``--strict``. - The ``xvfb`` fixture is now session-scoped. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6a08f392f..05418a32c 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ deps = pytest-travis-fold==1.2.0 pytest-repeat==0.2 pytest-rerunfailures==1.0.1 - pytest-xvfb==0.1.0 + pytest-xvfb==0.2.0 pytest-platform-markers==0.1.0 six==1.10.0 termcolor==1.1.0