diff --git a/tests/pytest/test_tutorials.py b/tests/pytest/test_tutorials.py index 236749da..e7c4d81a 100644 --- a/tests/pytest/test_tutorials.py +++ b/tests/pytest/test_tutorials.py @@ -9,6 +9,7 @@ import json try: import netgen.occ as occ has_occ = occ.occ_version >= "7.4.0" + has_occ = False # skip occ tests (current development on interface) except ImportError: has_occ = False