Skip to content

Commit 38e48ec

Browse files
committed
Drop the base-only uv resolution test
test_uv_can_resolve_without_lock re-resolves the full graph (base deps plus every extra and platform fork), which is a detection superset of the base-only uv pip compile check, so keep a single resolution test.
1 parent 1875c18 commit 38e48ec

2 files changed

Lines changed: 2 additions & 78 deletions

File tree

source/isaaclab/test/install_ci/misc/test_uv_can_resolve_without_lock.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ class Test_Uv_Can_Resolve_Without_Lock:
3636
the next dependency change.
3737
3838
Complements the neighbouring checks: ``test_uv_lock_check_smoke`` validates the
39-
committed lock is current, the ``uv_run/`` tests validate the committed lock
40-
installs and trains, and ``test_uv_universal_resolution_smoke`` covers the base
41-
dependencies only (no extras).
39+
committed lock is current, and the ``uv_run/`` tests validate the committed lock
40+
installs and trains.
4241
"""
4342

4443
@classmethod

source/isaaclab/test/install_ci/misc/test_uv_universal_resolution_smoke.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)