Skip to content

Commit 232e08f

Browse files
authored
chore(forks): revert fork fixture change. (#2087)
1 parent dd5efdd commit 232e08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pytest_plugins/forks/forks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ def pytest_report_header(config, start_path):
556556

557557

558558
@pytest.fixture(autouse=True)
559-
def fork(request: pytest.FixtureRequest) -> Fork:
560-
"""Specific fork that is used to fill the test."""
561-
raise Exception(f"Test '{request.node.nodeid}' was not correctly parametrized")
559+
def fork(request):
560+
"""Parametrize test cases by fork."""
561+
pass
562562

563563

564564
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)