Skip to content

Commit

Permalink
Merge branch 'master' into lekcyjna/fix-profiles-06032024
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Mar 6, 2024
2 parents 32974c1 + cfe3369 commit d180bf2
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 @@ -91,6 +91,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 d180bf2

Please sign in to comment.