Merge branch 'NoctuaNivalis-fix/#1308'
This commit is contained in:
commit
aad8dfc0ce
@ -148,8 +148,8 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Alexander Cogneau
|
* Alexander Cogneau
|
||||||
* Martin Tournoij
|
* Martin Tournoij
|
||||||
* Raphael Pierzina
|
* Raphael Pierzina
|
||||||
* Joel Torstensson
|
|
||||||
* Felix Van der Jeugt
|
* Felix Van der Jeugt
|
||||||
|
* Joel Torstensson
|
||||||
* Claude
|
* Claude
|
||||||
* Patric Schmitz
|
* Patric Schmitz
|
||||||
* meles5
|
* meles5
|
||||||
|
@ -172,7 +172,7 @@ def pytest_configure(config):
|
|||||||
try:
|
try:
|
||||||
disp = xvfbwrapper.Xvfb(width=800, height=600, colordepth=16)
|
disp = xvfbwrapper.Xvfb(width=800, height=600, colordepth=16)
|
||||||
disp.start()
|
disp.start()
|
||||||
except FileNotFoundError:
|
except EnvironmentError:
|
||||||
# We run without Xvfb if it's unavailable.
|
# We run without Xvfb if it's unavailable.
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user