mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
(temporarily) skip occ tests
This commit is contained in:
parent
7e0f0326de
commit
dd1c130721
@ -9,6 +9,7 @@ import json
|
|||||||
try:
|
try:
|
||||||
import netgen.occ as occ
|
import netgen.occ as occ
|
||||||
has_occ = occ.occ_version >= "7.4.0"
|
has_occ = occ.occ_version >= "7.4.0"
|
||||||
|
has_occ = False # skip occ tests (current development on interface)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
has_occ = False
|
has_occ = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user