tests: Disable xvfb in test_check_coverage
Looks like it raises a ByteWarning for some reason...
This commit is contained in:
parent
13267033d0
commit
0a3d81ba25
|
|
@ -54,7 +54,7 @@ class CovtestHelper:
|
|||
res = self._testdir.runpytest('--cov=module',
|
||||
'--cov-config={}'.format(coveragerc),
|
||||
'--cov-report=xml',
|
||||
plugins=['no:faulthandler'])
|
||||
plugins=['no:faulthandler', 'no:xvfb'])
|
||||
assert res.ret == 0
|
||||
return res
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue