Commit e6fc1e0
committed
Skip OVPhysX contact-sensor tests when the wheel is unavailable
The CI ``isaaclab_ov*`` filter collects the OVPhysX contact-sensor
tests in Docker images that do not yet bundle the ``ovphysx`` wheel,
causing ``ModuleNotFoundError`` at collection time and a red required
check.
Match the precedent set by
``source/isaaclab_ovphysx/test/assets/test_articulation_helpers.py``
and ``test_rigid_object_helpers.py``: move the existing
``pytest.importorskip("ovphysx.types", ...)`` guard above the
``from isaaclab_ovphysx ...`` imports so the file is skipped before
the missing wheel can break collection.
Also add the missing ``isaaclab_tasks`` changelog fragment for the
``AnymalD Flat`` and ``LocomotionVelocityRoughEnvCfg`` ovphysx-preset
wiring that PR 5422 ships.1 parent f495912 commit e6fc1e0
2 files changed
Lines changed: 26 additions & 17 deletions
File tree
- source
- isaaclab_ovphysx/test/sensors
- isaaclab_tasks/changelog.d
Lines changed: 16 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 47 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
64 | 51 | | |
65 | 52 | | |
66 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments