Skip to content

Commit 60bb8c5

Browse files
committed
Remove setup for incremental test marker
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent 23fc5d7 commit 60bb8c5

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/integration/conftest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
import pytest
2-
3-
41
def pytest_addoption(parser):
52
pass
6-
7-
8-
def pytest_runtest_setup(item):
9-
if "incremental" in item.keywords:
10-
previousfailed = getattr(item.parent, "_previousfailed", None)
11-
if previousfailed is not None:
12-
pytest.xfail("previous test failed (%s)" % previousfailed.name)

0 commit comments

Comments
 (0)