Merge branch 'fix/#1308' of https://github.com/NoctuaNivalis/qutebrowser into NoctuaNivalis-fix/#1308

This commit is contained in:
Florian Bruhin 2016-02-15 22:08:33 +01:00
commit aa579d76c9

View File

@ -172,7 +172,7 @@ def pytest_configure(config):
try:
disp = xvfbwrapper.Xvfb(width=800, height=600, colordepth=16)
disp.start()
except FileNotFoundError:
except EnvironmentError:
# We run without Xvfb if it's unavailable.
pass
else: