Skip to content

Commit 7f1d6ce

Browse files
committed
remove test_nemo_gym_not_supported
Signed-off-by: Yuki Huang <yukih@nvidia.com>
1 parent f80fcd4 commit 7f1d6ce

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/unit/single_controller/test_single_controller_setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,6 @@ def test_returns_actor_args(self, patched_factories):
205205
assert actor_args.partition_id == "rollout_data"
206206
assert actor_args.tq_buffer._partition_id == "rollout_data"
207207

208-
def test_nemo_gym_not_supported(self):
209-
"""SC path trips the nemo-gym guard until PR #3267 lands."""
210-
mc = _make_master_config()
211-
with (
212-
patch.object(sc_setup_mod, "_should_use_nemo_gym", return_value=True),
213-
pytest.raises(NotImplementedError, match="NeMo-Gym"),
214-
):
215-
setup_single_controller(mc, MagicMock(pad_token_id=0))
216-
217208
def test_env_handles_sourced_from_setup_response_data(self, patched_factories):
218209
"""setup_response_data receives master_config.env and supplies env handles."""
219210
math_env_cfg = {"some": "value"}

0 commit comments

Comments
 (0)