Skip to content

Commit

Permalink
Delete test_atari as no ROM are available
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 10, 2024
1 parent 01736d6 commit c4cf908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_video_size_zoom" %} # [osx]
# See https://github.com/conda-forge/gymnasium-feedstock/pull/32#issuecomment-2031810613
{% set tests_to_skip = tests_to_skip + " or test_render_modes" %} # [aarch64]
# atary test are skipped as we do not have atari ROMs in the CI
# See https://github.com/conda-forge/gymnasium-feedstock/pull/41#issuecomment-2404215826
- rm tests/wrappers/test_atari_preprocessing.py # [unix]
- del tests\\wrappers\\test_atari_preprocessing.py # [win]
# need to specify opengl driver on linux to enable offscreen rendering in MuJoCo
- export MUJOCO_GL="osmesa" # [linux or osx]
# Ensure that pygame tests pass on osx,
Expand Down

0 comments on commit c4cf908

Please sign in to comment.