Skip to content

Commit

Permalink
translate some dev comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienT01 committed Jul 8, 2024
1 parent 54ca2e0 commit f38b4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rlberry/rendering/tests/test_rendering_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_gridworld_rendering_gif(rendering_tool):
pass


# ##### Fonctionne uniquement si on ajoute une dépendance à ffmpeg ############
# ##### Works only if you add a dependency to ffmpeg ############
# @pytest.mark.xfail(sys.platform == "darwin", reason="bug with Mac with pygame")
# @pytest.mark.parametrize("rendering_tool", RENDERING_TOOL)
# def test_gridworld_rendering_mp4(rendering_tool):
Expand Down Expand Up @@ -269,7 +269,7 @@ def test_gym_make_rendering_gif(rendering_tool):
pass


# ##### Fonctionne uniquement si on ajoute une dépendance à ffmpeg ############
# ##### Works only if you add a dependency to ffmpeg ############
# @pytest.mark.skipif(sys.platform == "darwin", reason="bug with Mac with pygame")
# @pytest.mark.parametrize("rendering_tool", RENDERING_TOOL)
# def test_gym_make_rendering_mp4(rendering_tool):
Expand Down

0 comments on commit f38b4bf

Please sign in to comment.