Skip to content

Commit

Permalink
Merge branch 'master' into tilk/profiles-cocotb
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk authored Mar 6, 2024
2 parents 637a73e + cfe3369 commit 5237750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/regression/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5237750

Please sign in to comment.