diff --git a/test/regression/test_regression.py b/test/regression/test_regression.py index c03f65313..a85c9c7f4 100644 --- a/test/regression/test_regression.py +++ b/test/regression/test_regression.py @@ -95,6 +95,8 @@ def verilate_model(worker_id, request: pytest.FixtureRequest): distributed, cocotb, mode. It executes a 'SKIP' regression test which verilates the model. """ if request.session.config.getoption("coreblocks_backend") != "cocotb" or worker_id == "master": + # pytest expect yield on every path in fixture + yield None return lock_path = "_coreblocks_regression.lock"