Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Nov 21, 2023
1 parent 74301ac commit 14748a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

def requires_ncsim(test_fn):
def wrapper(test_fn, *args, **kwargs):
# if not shutil.which("ncsim"):
# return pytest.skip("need ncsim for SVA test")
if not shutil.which("ncsim"):
return pytest.skip("need ncsim for SVA test")
return test_fn(*args, **kwargs)
return decorator.decorator(wrapper, test_fn)

Expand Down

0 comments on commit 14748a0

Please sign in to comment.