Also xfail #2183 tests without Docker/Travis
This commit is contained in:
parent
c1c184645d
commit
cd8d179813
@ -35,6 +35,7 @@ from helpers import logfail
|
|||||||
from helpers.logfail import fail_on_logging
|
from helpers.logfail import fail_on_logging
|
||||||
from helpers.messagemock import message_mock
|
from helpers.messagemock import message_mock
|
||||||
from helpers.fixtures import * # pylint: disable=wildcard-import
|
from helpers.fixtures import * # pylint: disable=wildcard-import
|
||||||
|
from qutebrowser.utils import qtutils
|
||||||
|
|
||||||
|
|
||||||
# Set hypothesis settings
|
# Set hypothesis settings
|
||||||
@ -131,8 +132,7 @@ def pytest_collection_modifyitems(config, items):
|
|||||||
reason='JS prompts are not supported with this PyQt version'))
|
reason='JS prompts are not supported with this PyQt version'))
|
||||||
if item.get_marker('issue2183'):
|
if item.get_marker('issue2183'):
|
||||||
item.add_marker(pytest.mark.xfail(
|
item.add_marker(pytest.mark.xfail(
|
||||||
bool(os.environ.get('QUTE_BDD_WEBENGINE', None) and
|
config.webengine and qtutils.version_check('5.7.1'),
|
||||||
os.environ.get('DOCKER', None)),
|
|
||||||
reason='https://github.com/The-Compiler/qutebrowser/issues/'
|
reason='https://github.com/The-Compiler/qutebrowser/issues/'
|
||||||
'2183'))
|
'2183'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user