Merge branch 'NoctuaNivalis-fix/#1308'

This commit is contained in:
Florian Bruhin 2016-02-15 22:08:50 +01:00
commit aad8dfc0ce
2 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ Contributors, sorted by the number of commits in descending order:
* Alexander Cogneau
* Martin Tournoij
* Raphael Pierzina
* Joel Torstensson
* Felix Van der Jeugt
* Joel Torstensson
* Claude
* Patric Schmitz
* meles5

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: