Revert "tests: Add a autouse fixture as workaround"
This reverts commit 853f4cd9d8
.
This commit is contained in:
parent
c2a1231f47
commit
6b4f719897
@ -133,12 +133,6 @@ def qapp(qapp):
|
|||||||
return 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):
|
def pytest_addoption(parser):
|
||||||
parser.addoption('--qute-delay', action='store', default=0, type=int,
|
parser.addoption('--qute-delay', action='store', default=0, type=int,
|
||||||
help="Delay between qutebrowser commands.")
|
help="Delay between qutebrowser commands.")
|
||||||
|
Loading…
Reference in New Issue
Block a user