Mark test_version as flaky

Sometimes it fails on Travis with empty output for no apparent reason
This commit is contained in:
Florian Bruhin 2017-07-24 08:05:51 +02:00
parent df3ba278e9
commit 07b2fde2de

View File

@ -163,6 +163,7 @@ def test_optimize(request, quteproc_new, capfd, level):
@pytest.mark.not_frozen
@pytest.mark.flaky # Fails sometimes with empty output...
def test_version(request):
"""Test invocation with --version argument."""
args = ['-m', 'qutebrowser', '--version'] + _base_args(request.config)