tests: Ignore "Unable to locate theme engine" messages
This commit is contained in:
parent
607710eeae
commit
fe81f153cf
@ -75,6 +75,8 @@ def is_ignored_lowlevel_message(message):
|
|||||||
"not supported by protocol" in message):
|
"not supported by protocol" in message):
|
||||||
# Makes tests fail on Quantumcross' machine
|
# Makes tests fail on Quantumcross' machine
|
||||||
return True
|
return True
|
||||||
|
elif 'Unable to locate theme engine in module_path:' in message:
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user