fix: skip tests that require grpc if not available

This commit is contained in:
Khalil Meftah
2026-04-15 15:18:04 +02:00
parent c88cf979f1
commit 7a1c9e74c3
4 changed files with 14 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@
# limitations under the License.
"""Tests for RL data mixing (DataMixer, OnlineOfflineMixer)."""
import pytest
pytest.importorskip("grpc")
import torch
from lerobot.rl.buffer import ReplayBuffer