This commit is contained in:
Remi Cadene
2024-09-27 17:12:40 +02:00
parent 88c2ed419e
commit cc5c623179
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_cameras.py tests/test_control_robot.py tests/test_motors.py tests/test_robots.py -v --cov=./lerobot --durations=0 \
pytest tests/test_robots.py -v --cov=./lerobot --durations=0 \
-W ignore::DeprecationWarning:imageio_ffmpeg._utils:7 \
-W ignore::UserWarning:torch.utils.data.dataloader:558 \
-W ignore::UserWarning:gymnasium.utils.env_checker:247 \