#N/A: Fix tests with pytest 4
This commit is contained in:
parent
1eb4ccbcc9
commit
9354a977dd
|
|
@ -42,7 +42,7 @@ def no_cache(monkeypatch):
|
|||
|
||||
@pytest.fixture(autouse=True)
|
||||
def functional(request):
|
||||
if request.node.get_marker('functional') \
|
||||
if request.node.get_closest_marker('functional') \
|
||||
and not request.config.getoption('enable_functional'):
|
||||
pytest.skip('functional tests are disabled')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue