Commit d8f04d8
committed
Gate SDP backend tests on ovphysx wheel availability
The CI test-isaaclab-ov job filters test files by the "isaaclab_ov"
substring pattern, which incidentally sweeps in isaaclab_ovphysx tests
even though the OVPhysX wheel is not installed in that job's container.
The existing OVPhysX asset tests already guard with
``pytest.importorskip("ovphysx.types", reason="ovphysx wheel not installed")``
at module top to skip gracefully instead of failing collection. Apply
the same guard here.1 parent 49a64ed commit d8f04d8
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| |||
0 commit comments