Revert "tests: Add a autouse fixture as workaround"

This reverts commit 853f4cd9d8.
This commit is contained in:
Florian Bruhin 2016-08-24 07:23:00 +02:00
parent c2a1231f47
commit 6b4f719897

View File

@ -133,12 +133,6 @@ def qapp(qapp):
return qapp
@pytest.fixture(scope='function', autouse=True)
def bug_workaround():
# WORKAROUND for https://github.com/pytest-dev/pytest/issues/1832
pass
def pytest_addoption(parser):
parser.addoption('--qute-delay', action='store', default=0, type=int,
help="Delay between qutebrowser commands.")